Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e41cd0 commit a0fb968Copy full SHA for a0fb968
1 file changed
lib/controller/action.py
@@ -34,7 +34,7 @@ def action():
34
# system to be able to go ahead with the injection
35
setHandler()
36
37
- if not conf.dbmsHandler:
+ if not kb.dbmsDetected:
38
htmlParsed = getHtmlErrorFp()
39
40
errMsg = "sqlmap was not able to fingerprint the "
0 commit comments