Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for MySQL, MSSQL whitespace evasion #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jzy2000
Copy link

@jzy2000 jzy2000 commented Mar 29, 2016

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.".

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.".
@client9
Copy link
Owner

client9 commented Mar 29, 2016

why are tests failing?

@jzy2000
Copy link
Author

jzy2000 commented Mar 29, 2016

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants