From f4a8636c57d526a6a3f0e265995d872ee5265c07 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Fri, 11 May 2018 13:16:55 +0200 Subject: [PATCH] added filename to whitelist --- malware3.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malware3.pl b/malware3.pl index 6f3bcee..38b0d71 100644 --- a/malware3.pl +++ b/malware3.pl @@ -585,7 +585,7 @@ foreach my $file (sort @files) { next if $file eq 'wppa-settings-autosave.php'; next if $file eq 'wpGoogleMaps.php'; next if $file eq 'class-fscf-options.php'; - next if $file eq '*\.txt'; + next if $file eq 'style_dynamic.php'; next if $file eq '*\.rar'; next if $file eq '*\.zip'; next if $file eq '*\.tar';