mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
fix for a bug reported by ToR (value += actVer)
This commit is contained in:
parent
5e41cd07a3
commit
a0fb96816f
|
@ -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 "
|
||||
|
|
Loading…
Reference in New Issue
Block a user