mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-31 15:40:46 +00:00
Proper patch related to the #3009
This commit is contained in:
parent
c6c1ac02bb
commit
241f7321de
5 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue