Skip to content

Commit e4bc471

Browse files
committed
Fix for an Issue sqlmapproject#173
1 parent a3baf94 commit e4bc471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def getErrorParsedDBMSes():
409409
fingerprint phase.
410410
"""
411411

412-
return kb.htmlFp if kb.get("heuristicTest") is not None else []
412+
return kb.htmlFp if kb.get("heuristicTest") == HEURISTIC_TEST.POSITIVE else []
413413

414414
@staticmethod
415415
def getIdentifiedDbms():

0 commit comments

Comments
 (0)