mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -738,7 +738,7 @@ def checkStability():
|
||||
|
||||
firstPage = kb.originalPage # set inside checkConnection()
|
||||
time.sleep(1)
|
||||
secondPage, _ = Request.queryPage(content=True)
|
||||
secondPage, _ = Request.queryPage(content=True, raise404=False)
|
||||
|
||||
kb.pageStable = (firstPage == secondPage)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user