mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-09 08:00:36 +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
|
# 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 "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user