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