Changeset 384
- Timestamp:
- 04/09/2010 06:54:02 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/nikto_core.plugin (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/nikto_core.plugin
r383 r384 524 524 "Version" => \$CLI{'version'}, 525 525 "Plugins=s" => \$CLI{'plugins'}, 526 "list-plugins" => \$CLI{'list-plugins'} ,526 "list-plugins" => \$CLI{'list-plugins'} 527 527 ) or usage(0); 528 528 … … 534 534 # output file 535 535 if (!defined $CLI{'format'}) { 536 537 536 # Check what output has 538 537 $CLI{'format'} = "none"; … … 2384 2383 sub usage { 2385 2384 if ($_[0] eq 2) { 2386 2387 2385 print " 2388 2386 Options:
Note: See TracChangeset
for help on using the changeset viewer.