From fd00ff7a8240666a4338f5eee2dd48a5766938b1 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 20 Dec 2010 10:37:03 +0000 Subject: [PATCH] minor bug fix --- lib/controller/action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller/action.py b/lib/controller/action.py index f3d228fdd..491a7c7dd 100644 --- a/lib/controller/action.py +++ b/lib/controller/action.py @@ -31,7 +31,7 @@ def action(): # system to be able to go ahead with the injection setHandler() - if not kb.dbmsDetected and conf.dbmsHandler: + if not kb.dbmsDetected or not conf.dbmsHandler: htmlParsed = getHtmlErrorFp() errMsg = "sqlmap was not able to fingerprint the "