mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
fix for a bug reported by ToR (value += actVer)
This commit is contained in:
@@ -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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user