mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
do not prompt constantly if the page is not found
This commit is contained in:
parent
6c8e8e2a0f
commit
d7247a51ee
|
@ -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 New Issue
Block a user