From 3a82a2aa897f301b084503b9bcb418a72407ac45 Mon Sep 17 00:00:00 2001 From: Malin Date: Wed, 29 Mar 2017 08:14:05 +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 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';