mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-31 12:35:48 +01:00
minor update
This commit is contained in:
parent
6806cbd6e9
commit
2842c13d75
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue