mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor update
This commit is contained in:
@@ -2346,7 +2346,7 @@ def _checkTor():
|
||||
except SqlmapConnectionException:
|
||||
page = None
|
||||
|
||||
if not page or 'Congratulations' not in page:
|
||||
if not page or "Congratulations" not in page:
|
||||
errMsg = "it appears that Tor is not properly set. Please try using options '--tor-type' and/or '--tor-port'"
|
||||
raise SqlmapConnectionException(errMsg)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user