mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
minor change
This commit is contained in:
@@ -305,7 +305,7 @@ def checkDynamicContent(*pages):
|
||||
payload = agent.fullPayload(" AND %s=%s" % (randInt, randInt))
|
||||
result = Request.queryPage(payload)
|
||||
if result:
|
||||
pass #do the same as above
|
||||
pass #TODO: the same as above
|
||||
|
||||
if kb.dynamicContent:
|
||||
infoMsg = "found probably removable dynamic lines"
|
||||
|
||||
Reference in New Issue
Block a user