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