From 9d3ea5899eec2ab3ebe95775ec46c63bb9dd5756 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Sat, 8 Sep 2018 14:12:33 +0200 Subject: [PATCH] added filename to whitelist --- malware5.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/malware5.pl b/malware5.pl index 4fc8efc..00b7fd0 100644 --- a/malware5.pl +++ b/malware5.pl @@ -577,6 +577,7 @@ foreach my $file (sort @files) { next if $file eq 'style_dynamic.php'; next if $file eq 'sitepress.class.php'; next if $file eq 'slider-main-options.php'; + next if $file eq 'class-fscf-options.php'; print "Scanning $start_dir/$file... "; unless (-r "$start_dir/$file") {