diff --git a/lib/core/common.py b/lib/core/common.py index 5b2a6fcf0..76e1f53f5 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -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():