Changeset 309


Ignore:
Timestamp:
02/04/10 05:43:14 (3 years ago)
Author:
sullo
Message:

match plugin name case insensitive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/nikto_core.plugin

    r306 r309  
    12901290            foreach my $torun_plugin (@torun) { 
    12911291               if ($torun_plugin eq "ALL" || 
    1292                    $pluginhash->{name} eq $torun_plugin) { 
     1292                   $pluginhash->{name} =~ /$torun_plugin/i) { 
    12931293                  $pluginhash->{run}="true"; 
    12941294               } 
Note: See TracChangeset for help on using the changeset viewer.