mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-24 03:44:13 +03:00
minor language upgrade
This commit is contained in:
parent
80aedbe284
commit
35f400b45b
|
@ -1779,9 +1779,11 @@ 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)"
|
||||
warnMsg = "please use regularly switch '--check-tor' "
|
||||
warnMsg += "at your own convenience when using "
|
||||
warnMsg += "default HTTP proxy type (option '--tor-type') "
|
||||
warnMsg += "for accessing Tor anonymizing network because of "
|
||||
warnMsg += "known issues with default settings of various 'bundles'"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
def __setTorSocksProxySettings():
|
||||
|
|
Loading…
Reference in New Issue
Block a user