minor update

This commit is contained in:
Miroslav Stampar 2012-04-04 23:47:06 +00:00
parent e0994947e2
commit 02924eb345

View File

@ -1792,7 +1792,7 @@ def __checkTor():
page, _, _ = Request.getPage(url="https://check.torproject.org/", raise404=False)
if not page or 'Congratulations' not in page:
errMsg = "it seems that Tor is not properly set"
errMsg = "it seems that Tor is not properly set. Please try using options '--tor-type' and/or '--tor-port'"
raise sqlmapConnectionException, errMsg
else:
infoMsg = "Tor is properly being used"