Changeset 372
- Timestamp:
- 04/01/2010 08:15:41 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
docs/CHANGES.txt (modified) (1 diff)
-
plugins/nikto_core.plugin (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/CHANGES.txt
r365 r372 1 2010-03-262 - Added nbe output plugin written by Frank Breedijk3 2010-03-154 - 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-107 - Moved do_auth to a postfetch plugin.8 2010-03-099 - 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-0716 - Updated user_enum_apache to use Plugins instead of mutate.17 - Rewrote the macro expanding bit to make it more efficient.18 2010-03-0319 - Mutate 1 now wrapped into nikto_tests and doesn't take up anywhere near the amount of memory!20 2010-02-2821 - Starting to deprecate mutate by replacing with plugin options. -mutate 2 (passfiles) is now implemented within tests and uses less memory.22 2010-02-1023 - Updated -check_updates to use nfetch instead of fetch24 2010-02-0925 - Updated -Plugins support26 2010-02-0827 - Add filename support to rm_active_content28 - Ticket 122: Use db_404_strings as a higher priority29 - Ticket 122: Cleanup db_404_strings to prevent over-matching30 2010-02-0531 - Added basic support for -D s (scrub, removes some information from the log)32 2010-02-0433 - Match plugin names case-insensitive34 - Warn if RFIURL is undefined35 1 2010-01-20 Nikto 2.1.1 36 2 - Ticket 117: Fixed SKIPPORTS -
trunk/plugins/nikto_core.plugin
r365 r372 507 507 508 508 $NIKTO{'options_short'} = " 509 -config+ Use this config file 509 510 -Cgidirs+ scan these CGI dirs: 'none', 'all', or values like \"/cgi/ /cgi-a/\" 510 511 -dbcheck check database and other key files for syntax errors (cannot be abbreviated)
Note: See TracChangeset
for help on using the changeset viewer.