2012-07-29 7 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] टोर प्रॉक्सी के साथ कनेक्शन स्थापित नहीं कर सकता है। विडलिया टोर पहले से ही स्थापित और चल रहा है।एसक्लमैप विंडोजएक्सपी

sqlmap के साथ टीओआर का उपयोग कैसे करें?

उत्तर

0

किस पोर्ट पर टोर सुन रहा है? मुझे लगता है कि sqlmap डिफ़ॉल्ट रूप से 9050 का उपयोग करता है। यदि आपका कुछ अन्य है तो आप --tor-port = TORPORT का उपयोग कर सकते हैं।

1

आप यूआरएल के लिए उद्धरण " " जोड़ना भूल गए।
D:\path_to\sqlmap>sqlmap.py -u "www.mail.ru" --tor

यह पोस्ट शायद आगंतुकों के लिए उपयोगी हो, यदि आपके लिए नहीं है !! @Dmitrij Holkin

संबंधित मुद्दे