File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1779,11 +1779,12 @@ def __setTorHttpProxySettings():
17791779 raise sqlmapConnectionException , errMsg
17801780
17811781 if not conf .checkTor :
1782- warnMsg = "please use regularly switch '--check-tor' "
1783- warnMsg += "at your own convenience when using "
1784- warnMsg += "default HTTP proxy type (option '--tor-type') "
1782+ warnMsg = "use switch '--check-tor' at "
1783+ warnMsg += "your own convenience when using "
1784+ warnMsg += "HTTP proxy type (option '--tor-type') "
17851785 warnMsg += "for accessing Tor anonymizing network because of "
1786- warnMsg += "known issues with default settings of various 'bundles'"
1786+ warnMsg += "known issues with default settings of various 'bundles' "
1787+ warnMsg += "(e.g. Vidalia/Polipo)"
17871788 logger .warn (warnMsg )
17881789
17891790def __setTorSocksProxySettings ():
You can’t perform that action at this time.
0 commit comments