mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-07 17:23:46 +03:00
Patch for an Issue #1058
This commit is contained in:
parent
fc7dd2a9b9
commit
f93bca4564
|
@ -2511,6 +2511,9 @@ def findDynamicContent(firstPage, secondPage):
|
||||||
are dynamic, proper markings will be made
|
are dynamic, proper markings will be made
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
if not firstPage or not secondPage:
|
||||||
|
return
|
||||||
|
|
||||||
infoMsg = "searching for dynamic content"
|
infoMsg = "searching for dynamic content"
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user