mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
usage of compiled regexes in case of dynamic markings and other refactoring
This commit is contained in:
parent
0fc7a8f9e8
commit
eeb199375b
3 changed files with 4 additions and 5 deletions
|
|
@ -524,8 +524,6 @@ def checkDynamicContent(firstPage, secondPage):
|
|||
infoMsg = "dynamic content marked for removal (%d region%s)" % (len(kb.dynamicMarkings), 's' if len(kb.dynamicMarkings) > 1 else '')
|
||||
logger.info(infoMsg)
|
||||
|
||||
kb.pageTemplate = removeDynamicContent(kb.pageTemplate)
|
||||
|
||||
def checkStability():
|
||||
"""
|
||||
This function checks if the URL content is stable requesting the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue