new patterns

This commit is contained in:
Palma Solutions LTD
2018-05-11 12:51:15 +02:00
parent 202a1a5f20
commit bd417a4cf8
2 changed files with 13 additions and 7 deletions

View File

@@ -540,7 +540,13 @@ def is_hacked(filename):
or 'https://www.colourbox.com/preview/11775720-hacker-boy-icon.jpg' in l \
or 'https://image.prntscr.com/image/dQ_-z9pTRL6tA2kqbnXH6A.jp' in l:
score.append(('SOCIALS', ''))
if '==========================+ Credit.Mutuel.ReZult +==================' in l \
or 'Bank of America | Home | Personal' in l \
or 'Bank of America | Online Banking | Sign In to Online Banking' in l \
or 'Bank of America | Thank you' in l \
or 'Wells Fargo Home Page' in l \
or 'Chase Online - Logon' in l \
core.append(('PHISHING', ''))
previous_line = l
if line_num < 20: