Skip to content

sqlmap --proxy --check-tor does not work #2261

@timofurrer

Description

@timofurrer

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions