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