mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-29 09:29:50 +03:00
Merge e4d7b4335d
into 7d5a0ed2dc
This commit is contained in:
commit
4cac942051
|
@ -2359,7 +2359,7 @@ def _checkTor():
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
page, _, _ = Request.getPage(url="https://check.torproject.org/", raise404=False)
|
page, _, _ = Request.getPage(url="https://check.torproject.org/", referer=None, raise404=False)
|
||||||
except SqlmapConnectionException:
|
except SqlmapConnectionException:
|
||||||
page = None
|
page = None
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user