Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35f400b

Browse files
committed
minor language upgrade
1 parent 80aedbe commit 35f400b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

lib/core/option.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

17871789
def __setTorSocksProxySettings():

0 commit comments

Comments
 (0)