Akash Talole
27 May 2016, 18:48
How these patterns works in SQLI detection
sql_operators[] = {
{"="}, {":="}, {"&"}, {"~"}, {"|"}, {"^"}, {"/"}, {"<"}, {"="}, {">"},
{"-"}, {"%"}, {"!"}, {"+"}, {"*"}, {"and"}, {"between"}, {"binary"},
{"case"}, {"div"}, {"in"}, {"is"}, {"like"}, {"mod"}, {"not"}, {"or"},
{"order"}, {"regexp"}, {"rlike"}, {"sounds"}, {"xor"},
{NULL}
This topic has been closed.