mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Fix for an Issue #224
This commit is contained in:
parent
bcf708f4b1
commit
235cc656b9
|
@ -634,7 +634,7 @@ def checkSuhoshinPatch(injection):
|
|||
kb.injection = injection
|
||||
randInt = randomInt()
|
||||
|
||||
_ = " " * SUHOSHIN_MAX_VALUE_LENGTH / 2
|
||||
_ = " " * (SUHOSHIN_MAX_VALUE_LENGTH / 2)
|
||||
if not checkBooleanExpression("%d%s=%s%d" % (randInt, _, _, randInt)):
|
||||
warnMsg = "parameter length constraint "
|
||||
warnMsg += "mechanism detected (e.g. Suhoshin patch). "
|
||||
|
|
Loading…
Reference in New Issue
Block a user