From fb473f1d1340c36c16200322856c338a5ee7d8b0 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Fri, 11 May 2018 20:15:14 +0200 Subject: [PATCH] fixed issue --- scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.py b/scan.py index 4c1c9c8..0b89dee 100644 --- a/scan.py +++ b/scan.py @@ -544,7 +544,7 @@ def is_hacked(filename): or 'Bank of America | Thank you' in l \ or 'Wells Fargo Home Page' in l \ or 'Chase Online - Logon' in l \ - core.append(('PHISHING', '')) + score.append(('PHISHING', '')) previous_line = l if line_num < 20: