Hello people;
For detecting sql injections on our decoy server, we need to search a parameter like '1'='1 but this entry from the url will be encoded as ACSII url characters. So we need to search % with a query.
How can I search the % character. No matter what I do I can't include this character "%"