SQLi Filter Bypass with banned table/column names
I’ve studying and practicing different approach to SQLi filter bypass and I faced a challenge. What if the WAF filters look for specific strings rather than SQL keywords?
Example:
Filter: /UNION/
SQLi: UnIoN
Filter: /UNION/i
SQLi: un/**/i… Continue reading SQLi Filter Bypass with banned table/column names