Update 'malware3.pl'
This commit is contained in:
parent
a7e9d7038a
commit
e78e4cd2dd
21
malware3.pl
21
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") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user