#######################################################################
# File Source: https://cirt.net
# (c) 2001 Chris Sullo, All Rights Reserved.
# This file may only be distributed and used with the full Nikto package.
# This file may not be used with any software product without written permission from
# Chris Sullo (csullo@gmail.com)
#
# Note:
# By submitting updates to this file you are transferring any and all copyright
# interest in the data to Chris Sullo so it can modified, incorporated into this product
# relicensed or reused.
#######################################################################
# Notes:
# NiktoDB 1.0
#######################################################################
"nikto_id","method","references","message"
"400000","DELETE","https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/DELETE","HTTP method ('@TYPE@' Header): 'DELETE' may allow clients to remove files on the web server."
"400001","PUT","https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PUT","HTTP method ('@TYPE@' Header): 'PUT' method could allow clients to save files on the web server."
"400002","MOVE","https://tools.ietf.org/html/rfc3744","HTTP method ('@TYPE@' Header): 'MOVE' may allow clients to change file locations on the web server."
"400003","CONNECT","https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/CONNECT","HTTP method ('@TYPE@' Header): 'CONNECT' may allow server to proxy client requests."
"400004","PATCH","https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PATCH","HTTP method: 'PATCH' may allow client to issue patch commands to server. See RFC-5789."
# WebDAV methods - "0" in nikto_id tells the code to treat it differently
"0","PROPFIND","https://tools.ietf.org/html/rfc3744","webdav"
"0","PROPPATCH","https://tools.ietf.org/html/rfc3744","webdav"
"0","COPY","https://tools.ietf.org/html/rfc3744","webdav"
"0","LOCK","https://tools.ietf.org/html/rfc3744","webdav"
"0","UNLOCK","https://tools.ietf.org/html/rfc3744","webdav"
"0","SEARCH","https://tools.ietf.org/html/rfc3744","webdav"
"0","MKCOL","https://tools.ietf.org/html/rfc3744","webdav"
