-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Support for HTTP Authentication SQLi #404
Comments
You can't put live sites here. Closing this down. p.s. there is a standard way how to approach this type of SQLi. Use Burp to intercept one valid request toward that site (using your browser) and use it with sqlmap ( |
I have used a request, but it wont work. whats wrong at my syntax? |
Something is wrong with it. Could you please paste it here or send it
|
Mail is out |
Your request looks like this:
sqlmap can't do anything with it. There are no usable parameters here to be tested. Neither custom injection marks, neither POST parameters, neither GET parameters,... nothing. |
Looking into it you would like sqlmap to automatically Base64 decode Authorization header, inject into it and Base64 encode it. This is Issue #25. |
Can you Support HTTP Authentication SQLi?
Example:
go on:
[REDACTED BY SQLMAP DEVS]
Type this as Username:
' or extractvalue(1,concat(0x2e,(SELECT CONCAT(table_name) FROM information_schema.tables WHERE table_schema=database() LIMIT 1 OFFSET 0))) -- /**/
Type NO Password.
Then look at the sourcecode (STRG + U)
Can you support this kind of SQLi ?
The text was updated successfully, but these errors were encountered: