mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
cosmetics
This commit is contained in:
parent
b1dc928e68
commit
933d701667
|
@ -147,7 +147,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||||
|
|
||||||
def validateChar(idx, value):
|
def validateChar(idx, value):
|
||||||
"""
|
"""
|
||||||
used in time based inferences (in case of delay compared values are not equal)
|
used in time based inference (in case that original and retrieved value are not equal there will be deliberate delay)
|
||||||
"""
|
"""
|
||||||
forgedPayload = safeStringFormat(payload.replace(INFERENCE_GREATER_CHAR, INFERENCE_NOT_EQUALS_CHAR), (expressionUnescaped, idx, value))
|
forgedPayload = safeStringFormat(payload.replace(INFERENCE_GREATER_CHAR, INFERENCE_NOT_EQUALS_CHAR), (expressionUnescaped, idx, value))
|
||||||
queriesCount[0] += 1
|
queriesCount[0] += 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user