mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fix for an Issue #224
This commit is contained in:
@@ -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). "
|
||||
|
||||
Reference in New Issue
Block a user