Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 933d701

Browse files
committed
cosmetics
1 parent b1dc928 commit 933d701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/blind/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def tryHint(idx):
147147

148148
def validateChar(idx, value):
149149
"""
150-
used in time based inferences (in case of delay compared values are not equal)
150+
used in time based inference (in case that original and retrieved value are not equal there will be deliberate delay)
151151
"""
152152
forgedPayload = safeStringFormat(payload.replace(INFERENCE_GREATER_CHAR, INFERENCE_NOT_EQUALS_CHAR), (expressionUnescaped, idx, value))
153153
queriesCount[0] += 1

0 commit comments

Comments
 (0)