Changeset 44
- Timestamp:
- 06/20/2008 02:40:28 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
docs/CHANGES.txt (modified) (1 diff)
-
plugins/nikto_httpoptions.plugin (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/CHANGES.txt
r35 r44 1 2008-06-20 plugins/nikto_httpoptions.plugin 2 - Fix for ticket #30 - ensure that propfind has the right OSVDB tag 1 3 2008-04-22 plugins/nikto_outdated.plugin 2 4 - Change to allow stop duplication of items when scanning more than one -
trunk/plugins/nikto_httpoptions.plugin
r41 r44 99 99 $TESTS{999981}{message} = 100 100 "$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; 102 102 nprint("+ OSVDB-$TESTS{999981}{osvdb}: $TESTS{999981}{message}"); 103 103 $TARGETS{$CURRENT_HOST_ID}{positives}{999981} = 1; … … 136 136 { 137 137 $TESTS{999977}{message} = "$prefix 'PROPPATCH' indicates DAV/WebDAV is installed."; 138 $TESTS{999977}{osvdb} = 425;138 $TESTS{999977}{osvdb} = 0; 139 139 nprint("+ OSVDB-$TESTS{999977}{osvdb}: $TESTS{999977}{message}"); 140 140 $TARGETS{$CURRENT_HOST_ID}{positives}{999977} = 1;
Note: See TracChangeset
for help on using the changeset viewer.