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

Skip to content

Commit 02924eb

Browse files
committed
minor update
1 parent e099494 commit 02924eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@ def __checkTor():
17921792

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

0 commit comments

Comments
 (0)