mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
removed pdb
This commit is contained in:
parent
b4685aa77c
commit
47022071cb
|
@ -105,8 +105,6 @@ class Fingerprint(GenericFingerprint):
|
||||||
else:
|
else:
|
||||||
randInt = randomInt()
|
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)
|
result = Request.queryPage(payload)
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user