mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
minor bug fix
This commit is contained in:
parent
e791f8f2b7
commit
fd00ff7a82
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,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 kb.dbmsDetected and conf.dbmsHandler:
|
if not kb.dbmsDetected or not conf.dbmsHandler:
|
||||||
htmlParsed = getHtmlErrorFp()
|
htmlParsed = getHtmlErrorFp()
|
||||||
|
|
||||||
errMsg = "sqlmap was not able to fingerprint the "
|
errMsg = "sqlmap was not able to fingerprint the "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue