Changeset 372


Ignore:
Timestamp:
04/01/2010 08:15:41 AM (3 years ago)
Author:
seccubus
Message:

Fix for #134 -config switch does not show in short usage output

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/CHANGES.txt

    r365 r372  
    1 2010-03-26 
    2         - Added nbe output plugin written by Frank Breedijk 
    3 2010-03-15 
    4         - Ticket 130: Added -D E to show HTTP errors, otherwise suppress. 
    5         - Ticket 129: Change references for config.txt to nikto.conf. 
    6 2010-03-10 
    7         - Moved do_auth to a postfetch plugin. 
    8 2010-03-09 
    9         - Removed dead code from fetch(). 
    10         - Optimizations in nfetch(), nikto.pl, & elsewhere. 
    11         - Added support for prefetch and postfetch hooks. 
    12         - Moved content_search to a plugin. 
    13         - Some tuning around plugin execution. 
    14         - Ticket 126: subdomain plugin tries to guess domain on unqualified hostname. 
    15 2010-03-07 
    16         - Updated user_enum_apache to use Plugins instead of mutate. 
    17         - Rewrote the macro expanding bit to make it more efficient. 
    18 2010-03-03 
    19         - Mutate 1 now wrapped into nikto_tests and doesn't take up anywhere near the amount of memory! 
    20 2010-02-28 
    21         - Starting to deprecate mutate by replacing with plugin options. -mutate 2 (passfiles) is now implemented within tests and uses less memory. 
    22 2010-02-10 
    23         - Updated -check_updates to use nfetch instead of fetch 
    24 2010-02-09 
    25         - Updated -Plugins support 
    26 2010-02-08 
    27         - Add filename support to rm_active_content  
    28         - Ticket 122: Use db_404_strings as a higher priority 
    29         - Ticket 122: Cleanup db_404_strings to prevent over-matching 
    30 2010-02-05 
    31         - Added basic support for -D s (scrub, removes some information from the log) 
    32 2010-02-04 
    33         - Match plugin names case-insensitive 
    34         - Warn if RFIURL is undefined 
    3512010-01-20 Nikto 2.1.1 
    362        - Ticket 117: Fixed SKIPPORTS 
  • trunk/plugins/nikto_core.plugin

    r365 r372  
    507507 
    508508    $NIKTO{'options_short'} = " 
     509       -config+            Use this config file 
    509510       -Cgidirs+           scan these CGI dirs: 'none', 'all', or values like \"/cgi/ /cgi-a/\" 
    510511       -dbcheck            check database and other key files for syntax errors (cannot be abbreviated) 
Note: See TracChangeset for help on using the changeset viewer.