mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 13:41:29 +00:00
Fix for an Issue #173
This commit is contained in:
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user