From 4365c48e835213f6945f301705b1d547b87b1890 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 23 Oct 2012 14:38:24 +0200 Subject: [PATCH] Minor style update --- lib/core/target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/target.py b/lib/core/target.py index ed1eba31b..e0ef889c7 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -311,7 +311,7 @@ def __resumeDBMS(): if not check: message = "you provided '%s' as a back-end DBMS, " % conf.dbms message += "but from a past scan information on the target URL " - message += "sqlmap assumes the back-end DBMS is %s. " % dbms + message += "sqlmap assumes the back-end DBMS is '%s'. " % dbms message += "Do you really want to force the back-end " message += "DBMS value? [y/N] " test = readInput(message, default="N")