quick fix

This commit is contained in:
Miroslav Stampar 2010-10-12 19:16:58 +00:00
parent f9f79ffbaf
commit b4685aa77c

View File

@ -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: