[sqlmap-users] Tor + sqlmap
Brought to you by:
inquisb
From: Hans W. <wur...@go...> - 2011-12-04 15:52:54
|
Hello everyone, i updated today to the latest rev and now sqlmap stopped working with tor. [16:46:18] [WARNING] increasing default value for --time-sec to 10 because --tor switch was provided [16:46:18] [INFO] setting Tor SOCKS proxy settings [16:46:18] [INFO] checking Tor connection [16:46:22] [INFO] Tor is properly being used [16:46:22] [INFO] testing connection to the target url [16:46:22] [CRITICAL] unable to connect to the target url or proxy, sqlmap is go ing to retry the request [16:46:22] [WARNING] please make sure that you have Tor installed and running so you could successfully use --tor switch (e.g. https://www.torproject.org/downlo ad/download.html.en) [16:46:23] [CRITICAL] unable to connect to the target url or proxy, sqlmap is go ing to retry the request [16:46:24] [CRITICAL] unable to connect to the target url or proxy, sqlmap is go ing to retry the request [16:46:25] [CRITICAL] unable to connect to the target url or proxy it is not recommended to continue in this kind of cases. Do you want to quit and make sure that everything is set up properly? [Y/n] [*] shutting down at 16:46:29 ---------------------- Tor gives me the following log message => "Your application (using socks5 to port 8118) is giving Tor only an Ip adress...." "Rejectign SOCKS request for anonymous connection to private adress [scrubbed]" --------------------- privoxy config listen-address 127.0.0.1:8118 forward-socks4a / localhost:9050 . -------------------- any has a quick tip for me how to fix this issue ? thanks in advance hans |