[{"code":"union","description":"UNION using for sql commands in SQL-Injection Attack, dangerous - medium"},{"code":"select","description":"SELECT using for sql commands in SQL-Injection Attack, dangerous - medium"},{"code":"\/*","description":"hacker use comment for hide commands like sel\/**\/ect"},{"code":"*\/","description":"SQLInjection compromate - comment star left"},{"code":"order","description":"sql command"},{"code":"\"","description":"DoubleQuote help check if variables not filtered via type SQL-Injection"},{"code":"'","description":"Quote help check if variables not filtered via type SQL-Injection"},{"code":"or","description":"Or used in MySQL injections."},{"code":"\\x","description":"MysqlInjection by utf"},{"code":"..","description":"can be used for cross site scripting"},{"code":"||","description":"MySQL injection helper"},{"code":"&&","description":"MySQL Injection helper"},{"code":"%","description":"Can be used for Injection"},{"code":"+","description":"Can be used for XSS"},{"code":"\u003C","description":"Can be used for XSS"},{"code":"@","description":"Can be used for MS injection"},{"code":"(","description":"Can be used for MySQL Injection"},{"code":";","description":"can be used for separate commands for MySQL Injection"},{"code":".","description":"Can be used in MySQL Injection"},{"code":")","description":"Can be used in MySQL Injection"}]
|