Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0fb968

Browse files
committed
fix for a bug reported by ToR (value += actVer)
1 parent 5e41cd0 commit a0fb968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def action():
3434
# system to be able to go ahead with the injection
3535
setHandler()
3636

37-
if not conf.dbmsHandler:
37+
if not kb.dbmsDetected:
3838
htmlParsed = getHtmlErrorFp()
3939

4040
errMsg = "sqlmap was not able to fingerprint the "

0 commit comments

Comments
 (0)