From 933d7016670bb046bfa867ff9ea97c26270e15b6 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 31 Jan 2011 16:14:44 +0000 Subject: [PATCH] cosmetics --- lib/techniques/blind/inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index 8ec2092b5..0e193b93e 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -147,7 +147,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None 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)) queriesCount[0] += 1