SQLi Filter Evasion Techniques
Tool: Cyberchef https://gchq.github.io/CyberChef/
1) Character Encoding
There are 3 types if character encoding techniques:
Use these type of encoding techniques to bypass WAF and code that sanitizes input on specific keywords (OR, UNION, SELECT, etc)
2) No Quotes
Techniques used:
3) No Spaces Allowed
Techniques used:
4) Banned keywords
5) Banned Logical Operators
Last updated