Changeset 44


Ignore:
Timestamp:
06/20/2008 02:40:28 PM (5 years ago)
Author:
deity
Message:

Fix for ticket #30

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/CHANGES.txt

    r35 r44  
     12008-06-20 plugins/nikto_httpoptions.plugin 
     2      - Fix for ticket #30 - ensure that propfind has the right OSVDB tag 
    132008-04-22 plugins/nikto_outdated.plugin 
    24      - Change to allow stop duplication of items when scanning more than one 
  • trunk/plugins/nikto_httpoptions.plugin

    r41 r44  
    9999        $TESTS{999981}{message} = 
    100100"$prefix 'PROPFIND' may indicate DAV/WebDAV is installed. This may be used to get directory listings if indexing is allowed but a default page exists."; 
    101         $TESTS{999981}{osvdb} = 13431; 
     101        $TESTS{999981}{osvdb} = 0; 
    102102        nprint("+ OSVDB-$TESTS{999981}{osvdb}: $TESTS{999981}{message}"); 
    103103        $TARGETS{$CURRENT_HOST_ID}{positives}{999981} = 1; 
     
    136136    { 
    137137        $TESTS{999977}{message} = "$prefix 'PROPPATCH' indicates DAV/WebDAV is installed."; 
    138         $TESTS{999977}{osvdb}   = 425; 
     138        $TESTS{999977}{osvdb}   = 0; 
    139139        nprint("+ OSVDB-$TESTS{999977}{osvdb}: $TESTS{999977}{message}"); 
    140140        $TARGETS{$CURRENT_HOST_ID}{positives}{999977} = 1; 
Note: See TracChangeset for help on using the changeset viewer.