2012-07-29 2 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 

[중요] Tor 프록시와 연결할 수 없습니다. Vidalia Tor는 이미 설치 및 작동 중입니다.Sqlmap이 WindowsXP의 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이