mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 12:30:36 +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))
|
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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user