From 6cff3e97f4878b37e39205ee98a9ec5750a8fae8 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 2 May 2011 21:48:08 +0000 Subject: [PATCH] cosmetics --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 685d0ec64..fbd41751d 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -105,7 +105,7 @@ def checkSqlInjection(place, parameter, value): if conf.tech and isinstance(conf.tech, list) and stype not in conf.tech: debugMsg = "skipping test '%s' because the user " % title debugMsg += "specified to test only for " - debugMsg += "%s techniques" % "&".join(map(lambda x: PAYLOAD.SQLINJECTION[x], conf.tech)) + debugMsg += "%s techniques" % " & ".join(map(lambda x: PAYLOAD.SQLINJECTION[x], conf.tech)) logger.debug(debugMsg) continue