2012-07-29 31 views
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已經安裝並運行。Sqlmap不工作在Windows XP中的TOR Vidalia

如何使用TOR與sqlmap

回答

0

什麼港口正在監聽?我認爲sqlmap默認使用9050。如果你的東西不是,你可以使用--tor-port = TORPORT。

1

您忘記爲url添加報價" "
嘗試使用D:\path_to\sqlmap>sqlmap.py -u "www.mail.ru" --tor

本文可能對訪問者有用,如果不適合你! @Dmitrij Holkin

相關問題