mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Proper patch related to the #3009
This commit is contained in:
@@ -2359,7 +2359,7 @@ def _checkTor():
|
||||
logger.info(infoMsg)
|
||||
|
||||
try:
|
||||
page, _, _ = Request.getPage(url="https://check.torproject.org/", referer=None, raise404=False)
|
||||
page, _, _ = Request.getPage(url="https://check.torproject.org/", raise404=False)
|
||||
except SqlmapConnectionException:
|
||||
page = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user