mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
added powerful switch --longest-common for dealing with heavy dynamicity
This commit is contained in:
@@ -164,6 +164,12 @@ def checkDynamicContent(firstPage, secondPage):
|
||||
logger.debug(debugMsg)
|
||||
return
|
||||
|
||||
if conf.longestCommon:
|
||||
debugMsg = "dynamic content checking skipped "
|
||||
debugMsg += "because longest common comparison used"
|
||||
logger.debug(debugMsg)
|
||||
return
|
||||
|
||||
infoMsg = "searching for dynamic content"
|
||||
logger.info(infoMsg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user