diff --git a/malware5.pl b/malware5.pl index 75cdf8b..169443a 100644 --- a/malware5.pl +++ b/malware5.pl @@ -562,6 +562,7 @@ foreach my $file (sort @files) { next if $file eq 'youtube.php'; next if $file eq 'FMModelForm_maker_fmc.php'; next if $file eq 'menu_scan.php'; + next if $file eq 'style_dynamic.php'; print "Scanning $start_dir/$file... "; unless (-r "$start_dir/$file") { diff --git a/scan.py b/scan.py index 993897b..d719259 100644 --- a/scan.py +++ b/scan.py @@ -231,7 +231,7 @@ scoring = { 'PHISHING': (10, u'Phishing patterns'), 'MD5': (20, u'md5 strings used in malware'), 'SOCIALS': (50, u'Email addresses, links and social networking'), - 'EITES': (50, u'Eitest'), + 'EITEST': (50, u'Eitest'), } @@ -530,7 +530,7 @@ 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 re.compile("") in l: score.append(('EITEST', '')) previous_line = l