From ae8c70e895df028590390a6b9e915191420b25b2 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 13 Apr 2012 15:11:44 +0000 Subject: [PATCH] another cosmetics --- 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 b937a1295..a05f8185f 100644 --- a/lib/techniques/union/test.py +++ b/lib/techniques/union/test.py @@ -208,7 +208,7 @@ def __unionPosition(comment, place, parameter, prefix, suffix, count, where=PAYL unionErrorCase = kb.errorIsNone and wasLastRequestDBMSError() if unionErrorCase: - warnMsg = "combined UNION/error SQL injection case found on " + warnMsg = "combined UNION/error-based SQL injection case found on " warnMsg += "column %d. sqlmap will try to find another " % (position + 1) warnMsg += "column with better characteristics" logger.warn(warnMsg)