mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
removed pdb
This commit is contained in:
parent
b4685aa77c
commit
47022071cb
|
@ -105,8 +105,6 @@ class Fingerprint(GenericFingerprint):
|
|||
else:
|
||||
randInt = randomInt()
|
||||
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