mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor language update
This commit is contained in:
parent
35f400b45b
commit
595f69fa2c
|
@ -1779,11 +1779,12 @@ def __setTorHttpProxySettings():
|
||||||
raise sqlmapConnectionException, errMsg
|
raise sqlmapConnectionException, errMsg
|
||||||
|
|
||||||
if not conf.checkTor:
|
if not conf.checkTor:
|
||||||
warnMsg = "please use regularly switch '--check-tor' "
|
warnMsg = "use switch '--check-tor' at "
|
||||||
warnMsg += "at your own convenience when using "
|
warnMsg += "your own convenience when using "
|
||||||
warnMsg += "default HTTP proxy type (option '--tor-type') "
|
warnMsg += "HTTP proxy type (option '--tor-type') "
|
||||||
warnMsg += "for accessing Tor anonymizing network because of "
|
warnMsg += "for accessing Tor anonymizing network because of "
|
||||||
warnMsg += "known issues with default settings of various 'bundles'"
|
warnMsg += "known issues with default settings of various 'bundles' "
|
||||||
|
warnMsg += "(e.g. Vidalia/Polipo)"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
def __setTorSocksProxySettings():
|
def __setTorSocksProxySettings():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user