mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
one more fix
This commit is contained in:
parent
edcf1a0872
commit
2d115e0350
|
@ -65,7 +65,7 @@ def setHandler():
|
|||
inferencedDbms = (kb.htmlFp[-1] if kb.htmlFp else None) or kb.dbms
|
||||
|
||||
for injection in kb.injections:
|
||||
if hasattr(injection, "dbms"):
|
||||
if hasattr(injection, "dbms") and injection.dbms:
|
||||
inferencedDbms = injection.dbms
|
||||
break
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user