mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-06 05:15:48 +03:00
Fix for an Issue #173
This commit is contained in:
parent
a3baf94e9b
commit
e4bc471f81
|
@ -409,7 +409,7 @@ class Backend:
|
||||||
fingerprint phase.
|
fingerprint phase.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return kb.htmlFp if kb.get("heuristicTest") is not None else []
|
return kb.htmlFp if kb.get("heuristicTest") == HEURISTIC_TEST.POSITIVE else []
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def getIdentifiedDbms():
|
def getIdentifiedDbms():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user