Skip to content

Instantly share code, notes, and snippets.

@hoodoer
Created December 10, 2019 09:44
Show Gist options
  • Save hoodoer/013d275589681488165452020d8d2a97 to your computer and use it in GitHub Desktop.
Save hoodoer/013d275589681488165452020d8d2a97 to your computer and use it in GitHub Desktop.
SQLMap Basic Auth
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