Changeset 309
- Timestamp:
- 02/04/10 05:43:14 (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/nikto_core.plugin (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/nikto_core.plugin
r306 r309 1290 1290 foreach my $torun_plugin (@torun) { 1291 1291 if ($torun_plugin eq "ALL" || 1292 $pluginhash->{name} eq $torun_plugin) {1292 $pluginhash->{name} =~ /$torun_plugin/i) { 1293 1293 $pluginhash->{run}="true"; 1294 1294 }
Note: See TracChangeset
for help on using the changeset viewer.