mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
minor change
This commit is contained in:
parent
cdc6bdcbe8
commit
2350a3c74d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user