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';