mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
minor update
This commit is contained in:
parent
c0910ca2c8
commit
6d2536f217
|
@ -1687,15 +1687,15 @@ def __setTorProxySettings():
|
||||||
if not conf.tor:
|
if not conf.tor:
|
||||||
return
|
return
|
||||||
|
|
||||||
infoMsg = "setting Tor proxy settings"
|
|
||||||
logger.info(infoMsg)
|
|
||||||
|
|
||||||
warnMsg = "please make sure that you've configured "
|
warnMsg = "please make sure that you've configured "
|
||||||
warnMsg+= "either Privoxy (8118/tcp) or Polipo (8123/tcp) "
|
warnMsg+= "either Privoxy (8118/tcp) or Polipo (8123/tcp) "
|
||||||
warnMsg+= "to forward the requests to your local SOCKS5 "
|
warnMsg+= "to forward the requests to your local SOCKS5 "
|
||||||
warnMsg+= "instance of TOR client (usually 9050/tcp)"
|
warnMsg+= "instance of Tor client (usually 9050/tcp)"
|
||||||
logger.warning(warnMsg)
|
logger.warning(warnMsg)
|
||||||
|
|
||||||
|
infoMsg = "setting Tor proxy settings"
|
||||||
|
logger.info(infoMsg)
|
||||||
|
|
||||||
found = None
|
found = None
|
||||||
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user