From 54d086f409e85ca64a5154a20b7082564b0dea8e Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 23 Oct 2012 10:02:10 +0200 Subject: [PATCH] Minor fix --- lib/techniques/union/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/techniques/union/test.py b/lib/techniques/union/test.py index 0f54dfe0a..f45dfb09c 100644 --- a/lib/techniques/union/test.py +++ b/lib/techniques/union/test.py @@ -90,7 +90,7 @@ def __findUnionCharCount(comment, place, parameter, value, prefix, suffix, where found = kb.orderByColumns or __orderByTechnique() if found: kb.orderByColumns = found - infoMsg = "target url appears to have %d columns in query" % found + infoMsg = "target url appears to have %d column%s in query" % (found, 's' if found > 1 else "") singleTimeLogMessage(infoMsg) return found