From 96341f8f78adfd0b08b87ef9c56ed9c982ccd16f Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 2 Jan 2011 09:16:17 +0000 Subject: [PATCH] minor fix --- lib/takeover/abstraction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/takeover/abstraction.py b/lib/takeover/abstraction.py index fd8c67154..b82c8fc86 100644 --- a/lib/takeover/abstraction.py +++ b/lib/takeover/abstraction.py @@ -107,7 +107,7 @@ class Abstraction(Web, UDF, xp_cmdshell): errMsg = "feature not yet implemented for the back-end DBMS" raise sqlmapUnsupportedFeatureException, errMsg - infoMsg = "calling %s OS shell. To quit type " % kb.os or "Windows" + infoMsg = "calling %s OS shell. To quit type " % (kb.os or "Windows") infoMsg += "'x' or 'q' and press ENTER" logger.info(infoMsg)