Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e33ea7c

Browse files
committed
minor fix
1 parent 8541222 commit e33ea7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def genCmpPayload():
346346

347347
injectable = True
348348

349-
elif not conf.string:
349+
if not injectable and not conf.string:
350350
trueSet = set(extractTextTagContent(truePage))
351351
falseSet = set(extractTextTagContent(falsePage))
352352
candidate = reduce(lambda x, y: x or (y.strip() if y.strip() in (kb.pageTemplate or "") else None), (trueSet - falseSet), None)

0 commit comments

Comments
 (0)