mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Switching default Tor type to SOCKS5 (various bundles are discontinued)
This commit is contained in:
parent
db1fc621b5
commit
6b0951d1ee
5 changed files with 5 additions and 5 deletions
|
|
@ -2296,7 +2296,7 @@ def _setTorHttpProxySettings():
|
|||
if found:
|
||||
conf.proxy = "http://%s:%d" % (LOCALHOST, found)
|
||||
else:
|
||||
errMsg = "can't establish connection with the Tor proxy. "
|
||||
errMsg = "can't establish connection with the Tor HTTP proxy. "
|
||||
errMsg += "Please make sure that you have Vidalia, Privoxy or "
|
||||
errMsg += "Polipo bundle installed for you to be able to "
|
||||
errMsg += "successfully use switch '--tor' "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue