diff --git a/lib/controller/action.py b/lib/controller/action.py index 77ba7d7f1..4e97a7dca 100644 --- a/lib/controller/action.py +++ b/lib/controller/action.py @@ -34,7 +34,7 @@ def action(): # system to be able to go ahead with the injection setHandler() - if not conf.dbmsHandler: + if not kb.dbmsDetected: htmlParsed = getHtmlErrorFp() errMsg = "sqlmap was not able to fingerprint the "