libinjection
libinjection copied to clipboard
Fix for MySQL, MSSQL whitespace evasion
Quick fix for http://www.websec.ca/blog/view/Bypassing_WAFs_with_SQLMap#sthash.uNJMATB3.dpuf%27= where it states: "MySQL allows characters 09, 0A-0D, A0 to be used as whitespaces while MSSQL allows a much wider range, from 01-1F.".
why are tests failing?
It's b/c UTF-8 code involved in some test cases, which also has ascii code falling btn 1-31. What's better way to address this issue in your view?