mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-21 07:01:14 +00:00
Minor improvement of dynamic content removal
This commit is contained in:
parent
b4a6d25795
commit
3a36265a22
4 changed files with 16 additions and 8 deletions
|
|
@ -1238,7 +1238,7 @@ def checkDynamicContent(firstPage, secondPage):
|
|||
kb.heavilyDynamic = True
|
||||
|
||||
secondPage, _, _ = Request.queryPage(content=True)
|
||||
findDynamicContent(firstPage, secondPage)
|
||||
findDynamicContent(firstPage, secondPage, merge=True)
|
||||
|
||||
def checkStability():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue