mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
quick fix
This commit is contained in:
parent
f9f79ffbaf
commit
b4685aa77c
|
@ -104,7 +104,9 @@ class Fingerprint(GenericFingerprint):
|
|||
result = True
|
||||
else:
|
||||
randInt = randomInt()
|
||||
payload = agent.fullPayload(" AND BINARY_CHECKSUM(%d)=BINARY_CHECKSUM(%d))" % (randInt, randInt))
|
||||
payload = agent.fullPayload(" AND BINARY_CHECKSUM(%d)=BINARY_CHECKSUM(%d)" % (randInt, randInt))
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
result = Request.queryPage(payload)
|
||||
|
||||
if result:
|
||||
|
|
Loading…
Reference in New Issue
Block a user