mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
usage of compiled regexes in case of dynamic markings and other refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user