mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Disabling ORDER BY tests in heavily dynamic environment
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user