mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Disabling ORDER BY tests in heavily dynamic environment
This commit is contained in:
parent
f0677d88b7
commit
cdb1e79370
5 changed files with 9 additions and 6 deletions
|
|
@ -1168,6 +1168,8 @@ def checkDynamicContent(firstPage, secondPage):
|
|||
warnMsg += "sqlmap is going to retry the request(s)"
|
||||
singleTimeLogMessage(warnMsg, logging.CRITICAL)
|
||||
|
||||
kb.heavyDynamic = True
|
||||
|
||||
secondPage, _, _ = Request.queryPage(content=True)
|
||||
findDynamicContent(firstPage, secondPage)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue