Ignore:
Timestamp:
02/10/2010 03:52:19 PM (3 years ago)
Author:
sullo
Message:

db_content_search additions and dbcheck code for it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/nikto_core.plugin

    r326 r327  
    10711071sub dbcheck 
    10721072{ 
    1073  my @dbs=qw/db_headers db_httpoptions db_multiple_index db_server_msgs db_subdomains db_favicon db_embedded db_404_strings  db_outdated  db_realms  db_tests  db_variables/; 
     1073 my @dbs=qw/db_headers db_httpoptions db_multiple_index db_server_msgs db_subdomains db_favicon db_embedded db_404_strings  db_outdated  db_realms  db_tests  db_variables db_content_search/; 
    10741074 my $prefix = $_[0]; 
    10751075 if ($prefix eq ""  )  { nprint "\n-->\tNikto Databases\n"; } 
Note: See TracChangeset for help on using the changeset viewer.