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

[CRÍTICO] no se puede establecer la conexión con el proxy Tor. Vidalia Tor ya instalado y en funcionamiento.Sqlmap no funciona con TOR Vidalia en Windows XP

Cómo usar TOR con sqlmap?

Respuesta

0

¿Qué puerto está escuchando? Creo que sqlmap usa 9050 como predeterminado. Si el tuyo es algo más que eso, puedes usar --tor-port = TORPORT.

1

Olvidó agregar las cotizaciones " " para la url.
Intente utilizar D:\path_to\sqlmap>sqlmap.py -u "www.mail.ru" --tor

¡Esta publicación puede ser útil para los visitantes, si no fuera por usted! @Dmitrij Holkin

Cuestiones relacionadas