fix for a bug reported by ToR (value += actVer)

This commit is contained in:
Miroslav Stampar 2010-11-14 08:31:29 +00:00
parent 5e41cd07a3
commit a0fb96816f

View File

@ -34,7 +34,7 @@ def action():
# system to be able to go ahead with the injection # system to be able to go ahead with the injection
setHandler() setHandler()
if not conf.dbmsHandler: if not kb.dbmsDetected:
htmlParsed = getHtmlErrorFp() htmlParsed = getHtmlErrorFp()
errMsg = "sqlmap was not able to fingerprint the " errMsg = "sqlmap was not able to fingerprint the "