From 26dbe3c5bdb230fd897d8928c25a1a2c24916880 Mon Sep 17 00:00:00 2001 From: Malin Date: Mon, 27 Mar 2017 19:26:41 +0200 Subject: [PATCH] Update 'malware3.pl' --- malware3.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malware3.pl b/malware3.pl index c7f73a5..691e9b5 100644 --- a/malware3.pl +++ b/malware3.pl @@ -580,7 +580,7 @@ foreach my $file (sort @files) { next if $file eq 'tcpdf.php'; next if $file eq 'charmap.php'; next if $file eq 'main-modules.php'; - next if $file eq '*.pdf'; + next if $file eq 'wp-super-cache.php'; next if $file eq '*.sql'; next if $file eq '*.docx'; next if $file eq '*.eml';