mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 21:49:01 +00:00
Clarify the expected format of the Nikto database
This commit is contained in:
@@ -15,6 +15,7 @@ local table = require "table"
|
||||
-- https://nmap.org/book/man-legal.html
|
||||
--
|
||||
-- @args http-fingerprints.nikto-db-path Looks at the given path for nikto database.
|
||||
-- The database is expected to be a CSV file structured as nikto "db_tests".
|
||||
-- It then converts the records in nikto's database into our Lua table format
|
||||
-- and adds them to our current fingerprints if they don't exist already.
|
||||
-- Unfortunately, our current implementation has some limitations:
|
||||
|
||||
Reference in New Issue
Block a user