mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added powerful switch --longest-common for dealing with heavy dynamicity
This commit is contained in:
parent
16f52ab7ba
commit
00dfd55830
3 changed files with 19 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue