diff --git a/malware3.pl b/malware3.pl index 691e9b5..5223969 100644 --- a/malware3.pl +++ b/malware3.pl @@ -581,7 +581,7 @@ foreach my $file (sort @files) { next if $file eq 'charmap.php'; next if $file eq 'main-modules.php'; next if $file eq 'wp-super-cache.php'; - next if $file eq '*.sql'; + next if $file eq 'user-edit.php'; next if $file eq '*.docx'; next if $file eq '*.eml'; next if $file eq '*.csv';