minor bug fix

This commit is contained in:
Miroslav Stampar 2010-12-20 10:37:03 +00:00
parent e791f8f2b7
commit fd00ff7a82

View File

@ -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 "