From 441c288dd9a339643781c3dc67efb8196513f0bc Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 25 Apr 2011 00:36:09 +0000 Subject: [PATCH] cosmeticados --- lib/controller/checks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index e76128983..dd788502c 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -501,8 +501,8 @@ def checkFalsePositives(injection): if len(injection.data) == 1 and any(map(lambda x: x in injection.data, [PAYLOAD.TECHNIQUE.BOOLEAN, PAYLOAD.TECHNIQUE.TIME, PAYLOAD.TECHNIQUE.STACKED])): pushValue(kb.injection) - infoMsg = "testing if an injection point on %s parameter " % injection.place - infoMsg += "'%s' is a false positive" % injection.parameter + infoMsg = "checking if the injection point on %s " % injection.place + infoMsg += "parameter '%s' is a false positive" % injection.parameter logger.info(infoMsg) kb.injection = injection