mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Minor update
This commit is contained in:
parent
9240e05096
commit
fd97942760
3 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue