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,9 +1779,11 @@ def __setTorHttpProxySettings():
17791779 raise sqlmapConnectionException , errMsg
17801780
17811781 if not conf .checkTor :
1782- warnMsg = "please use regularly switch '--check-tor' for your own security when using "
1783- warnMsg += "default HTTP proxy settings (option '--tor-type') for accessing Tor anonymizing "
1784- warnMsg += "network because of known issues with default settings of various 'bundles' (e.g. Vidalia/Polipo)"
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') "
1785+ warnMsg += "for accessing Tor anonymizing network because of "
1786+ warnMsg += "known issues with default settings of various 'bundles'"
17851787 logger .warn (warnMsg )
17861788
17871789def __setTorSocksProxySettings ():
You can’t perform that action at this time.
0 commit comments