mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
Minor language update
This commit is contained in:
parent
5dd2529b02
commit
825aa4b8dd
|
@ -1917,9 +1917,8 @@ def _setTorHttpProxySettings():
|
||||||
|
|
||||||
if not conf.checkTor:
|
if not conf.checkTor:
|
||||||
warnMsg = "use switch '--check-tor' at "
|
warnMsg = "use switch '--check-tor' at "
|
||||||
warnMsg += "your own convenience when using "
|
warnMsg += "your own convenience when accessing "
|
||||||
warnMsg += "HTTP proxy type (option '--tor-type') "
|
warnMsg += "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)"
|
warnMsg += "(e.g. Vidalia)"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user