From 26742db1341b54631f511494176726e18f723f0a Mon Sep 17 00:00:00 2001 From: Malin Date: Sun, 7 May 2017 12:41:17 +0200 Subject: [PATCH] Update 'malware3.pl' --- malware3.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/malware3.pl b/malware3.pl index 300185b..e2e9f20 100644 --- a/malware3.pl +++ b/malware3.pl @@ -583,6 +583,7 @@ foreach my $file (sort @files) { next if $file eq 'wp-super-cache.php'; next if $file eq 'user-edit.php'; next if $file eq 'custom-facebook-feed-admin.php'; + next if $file eq 'membershipadmin.php'; print "Scanning $start_dir/$file... ";