From a0129dcbcb9174cd2207ff37795913e0b11694e5 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 17 Jun 2011 16:52:39 +0000 Subject: [PATCH] this is confusing for normal users (i've just get a mail where dude thinks that he needs to use tamper script because of this :) --- lib/controller/controller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/controller/controller.py b/lib/controller/controller.py index 13258c667..debce57ce 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -136,8 +136,8 @@ def __showInjections(): conf.dumper.technic(header, data) if inj.place in (HTTPMETHOD.GET, HTTPMETHOD.POST): - infoMsg = "usage of injected %s payloads requires manual url-encoding" % inj.place - logger.info(infoMsg) + debugMsg = "usage of %s payloads requires manual url-encoding" % inj.place + logger.debug(debugMsg) if conf.tamper: infoMsg = "changes made by tampering scripts are not "