mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
c76d740a25
commit
e735f2960a
3 changed files with 10 additions and 4 deletions
|
|
@ -540,6 +540,12 @@ def checkStability():
|
|||
else:
|
||||
checkDynamicContent(firstPage, secondPage)
|
||||
|
||||
if not Request.queryPage():
|
||||
warnMsg = "target url is heavily dynamic. retrying. "
|
||||
logger.warn(warnMsg)
|
||||
secondPage, _ = Request.queryPage(content=True)
|
||||
checkDynamicContent(firstPage, secondPage)
|
||||
|
||||
if not Request.queryPage():
|
||||
errMsg = "target url is too dynamic. unable to continue. "
|
||||
errMsg += "consider using other switches (e.g. "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue