mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-02-04 06:25:31 +01:00
fix for a bug reported by ToR (value += actVer)
This commit is contained in:
parent
5e41cd07a3
commit
a0fb96816f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue