From 8fc257e5856e91ed6d541c13a494f740a10d7849 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Sat, 13 Oct 2018 11:09:57 +0200 Subject: [PATCH] added whitelist --- malware5.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/malware5.pl b/malware5.pl index 00b7fd0..3a40715 100644 --- a/malware5.pl +++ b/malware5.pl @@ -578,6 +578,7 @@ foreach my $file (sort @files) { next if $file eq 'sitepress.class.php'; next if $file eq 'slider-main-options.php'; next if $file eq 'class-fscf-options.php'; + next if $file eq 'wpGoogleMaps.php'; print "Scanning $start_dir/$file... "; unless (-r "$start_dir/$file") {