mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-10 10:07:17 +00:00
adding a warning about --tor switch
This commit is contained in:
parent
b81fe42d4b
commit
80aedbe284
1 changed files with 6 additions and 0 deletions
|
|
@ -1778,6 +1778,12 @@ def __setTorHttpProxySettings():
|
|||
|
||||
raise sqlmapConnectionException, errMsg
|
||||
|
||||
if not conf.checkTor:
|
||||
warnMsg = "please use regularly switch '--check-tor' for your own security when using "
|
||||
warnMsg += "default HTTP proxy settings (option '--tor-type') for accessing Tor anonymizing "
|
||||
warnMsg += "network because of known issues with default settings of various 'bundles' (e.g. Vidalia/Polipo)"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
def __setTorSocksProxySettings():
|
||||
infoMsg = "setting Tor SOCKS proxy settings"
|
||||
logger.info(infoMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue