diff --git a/malware3.pl b/malware3.pl index e80e821..c7f73a5 100644 --- a/malware3.pl +++ b/malware3.pl @@ -578,8 +578,8 @@ sub dir { foreach my $file (sort @files) { next if $file eq 'error_log'; next if $file eq 'tcpdf.php'; - next if $file eq '*.xls'; - next if $file eq '*.doc'; + next if $file eq 'charmap.php'; + next if $file eq 'main-modules.php'; next if $file eq '*.pdf'; next if $file eq '*.sql'; next if $file eq '*.docx';