5
D:\Python27>python sqlmap\sqlmap.py -u www.mail.ru --tor

    sqlmap/1.0-dev - automatic SQL injection and database takeover tool
    http://sqlmap.org

[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual
 consent is illegal. It is the end user's responsibility to obey all applicable
local, state and federal laws. Developers assume no liability and are not respon
sible for any misuse or damage caused by this program

[*] starting at 22:28:49

[22:28:49] [WARNING] increasing default value for option '--time-sec' to 10 beca
use switch '--tor' was provided
[22:28:49] [INFO] setting Tor HTTP proxy settings
[22:28:52] [CRITICAL] can't establish connection with the Tor proxy. Please make
 sure that you have Vidalia, Privoxy or Polipo bundle installed for you to be ab
le to successfully use switch '--tor' (e.g. https://www.torproject.org/projects/
vidalia.html.en)

[*] shutting down at 22:28:52

[CRITICAL] 无法与 Tor 代理建立连接。Vidalia Tor 已经安装并运行。

如何将 TOR 与sqlmap一起使用?

4

3 回答 3

6

始终提供所有这些:--tor --check-tor --tor-type=SOCKS5 --tor-port=9150
如果您使用的是 vidalia,则--check-tor不是必需的,只是为了确保您使用的是 tor。
让好方法统治

于 2013-08-18T19:51:52.603 回答
2

您忘记" "为 url 添加引号。
尝试使用D:\path_to\sqlmap>sqlmap.py -u "www.mail.ru" --tor

如果不适合您,这篇文章可能对访问者有用!@Dmitrij Holkin

于 2013-02-12T04:50:07.420 回答
0

Tor 监听的端口是什么?我认为 sqlmap 默认使用 9050。如果你的不是这个,你可以使用--tor-port=TORPORT。

于 2013-01-12T07:51:35.993 回答