From 1983391694133016feaca3a227151d3f3358faa6 Mon Sep 17 00:00:00 2001 From: Malin Date: Thu, 13 Apr 2017 13:32:20 +0200 Subject: [PATCH] Update 'malware3.pl' --- malware3.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/malware3.pl b/malware3.pl index bd544f6..300185b 100644 --- a/malware3.pl +++ b/malware3.pl @@ -582,6 +582,8 @@ foreach my $file (sort @files) { next if $file eq 'main-modules.php'; next if $file eq 'wp-super-cache.php'; next if $file eq 'user-edit.php'; + next if $file eq 'custom-facebook-feed-admin.php'; + print "Scanning $start_dir/$file... "; unless (-r "$start_dir/$file") {