What's the problem (or question)?
If you want to use sqlmap like this:
./sqlmap --proxy=http://127.0.0.1:8118 --check-tor -u "site.com"
where as behind http://127.0.0.1:8118 is an HTTP tor proxy (which actually works. I can verify that using curl.) you'll get a 400 Bad Request from check.torprojet.org on Port 443.
How can we reproduce the issue?
Easy setup of docker tor proxy:
docker run -d -p 8118:8118 -i sherzberg/tor-http-proxy
./sqlmap --proxy=http://127.0.0.1:8118 --check-tor -u "site.com"
What are the running context details?
- Using current git master
- Tried on debian jessie and ubuntu xenial
What's the problem (or question)?
If you want to use sqlmap like this:
./sqlmap --proxy=http://127.0.0.1:8118 --check-tor -u "site.com"where as behind
http://127.0.0.1:8118is an HTTP tor proxy (which actually works. I can verify that usingcurl.) you'll get a 400 Bad Request fromcheck.torprojet.org on Port 443.How can we reproduce the issue?
Easy setup of docker tor proxy:
What are the running context details?