mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
do not prompt constantly if the page is not found
This commit is contained in:
parent
6c8e8e2a0f
commit
d7247a51ee
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ class Connect(object):
|
|||
raise SqlmapConnectionException(errMsg)
|
||||
else:
|
||||
debugMsg = "page not found (%d)" % code
|
||||
logger.debug(debugMsg)
|
||||
singleTimeWarnMessage(debugMsg)
|
||||
processResponse(page, responseHeaders)
|
||||
elif e.code == httplib.GATEWAY_TIMEOUT:
|
||||
if ignoreTimeout:
|
||||
|
|
|
|||
Loading…
Reference in a new issue