From e78e4cd2ddc3a276b33013b905afbf8884153416 Mon Sep 17 00:00:00 2001 From: Malin Date: Wed, 29 Mar 2017 08:16:36 +0200 Subject: [PATCH] Update 'malware3.pl' --- malware3.pl | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/malware3.pl b/malware3.pl index 5223969..bd544f6 100644 --- a/malware3.pl +++ b/malware3.pl @@ -582,27 +582,6 @@ foreach my $file (sort @files) { next if $file eq 'main-modules.php'; next if $file eq 'wp-super-cache.php'; next if $file eq 'user-edit.php'; - next if $file eq '*.docx'; - next if $file eq '*.eml'; - next if $file eq '*.csv'; - next if $file eq '*.zip'; - next if $file eq '*.tar.gz'; - next if $file eq '*.jpa'; - next if $file eq '*.rar'; - next if $file eq '*.tar'; - next if $file eq '*.gz'; - next if $file eq '*.mov'; - next if $file eq '*.avi'; - next if $file eq '*.mp3'; - next if $file eq '*.mp4'; - next if $file eq '*.webm'; - next if $file eq '*.flv'; - next if $file eq '*.fla'; - next if $file eq '*.swf'; - next if $file eq '*.ini'; - next if $file eq '*.txt'; - next if $file eq '*.po'; - next if $file eq '*.mo'; print "Scanning $start_dir/$file... "; unless (-r "$start_dir/$file") {