diff --git a/malware4.pl b/malware4.pl index 253c82f..f84d40b 100644 --- a/malware4.pl +++ b/malware4.pl @@ -551,6 +551,8 @@ foreach my $file (sort @files) { next if $file eq 'user-edit.php'; next if $file eq 'youtube.php'; next if $file eq 'FMModelForm_maker_fmc.php'; + next if $file eq 'ninja-forms-submission.csv'; + print "Scanning $start_dir/$file... "; unless (-r "$start_dir/$file") { diff --git a/malware5.pl b/malware5.pl index 379106c..28e6eb7 100644 --- a/malware5.pl +++ b/malware5.pl @@ -580,6 +580,8 @@ foreach my $file (sort @files) { next if $file eq 'class-fscf-options.php'; next if $file eq 'wpGoogleMaps.php'; next if $file eq 'wppa-settings-autosave.php'; + next if $file eq 'ninja-forms-submission.csv'; + print "Scanning $start_dir/$file... "; unless (-r "$start_dir/$file") { diff --git a/malware6.pl b/malware6.pl index 86c27ba..d35f7c8 100644 --- a/malware6.pl +++ b/malware6.pl @@ -436,6 +436,8 @@ foreach my $file (sort @files) { next if $file eq 'FMModelForm_maker_fmc.php'; next if $file eq 'menu_scan.php'; next if $file eq 'style_dynamic.php'; + next if $file eq 'ninja-forms-submission.csv'; + print "Scanning $start_dir/$file... "; unless (-r "$start_dir/$file") {