mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +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
|
||||
"""
|
||||
|
||||
if not firstPage or not secondPage:
|
||||
return
|
||||
|
||||
infoMsg = "searching for dynamic content"
|
||||
logger.info(infoMsg)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user