mirror of
https://github.com/nmap/nmap.git
synced 2025-12-19 14:09:02 +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
|
-- https://nmap.org/book/man-legal.html
|
||||||
--
|
--
|
||||||
-- @args http-fingerprints.nikto-db-path Looks at the given path for nikto database.
|
-- @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
|
-- 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.
|
-- and adds them to our current fingerprints if they don't exist already.
|
||||||
-- Unfortunately, our current implementation has some limitations:
|
-- Unfortunately, our current implementation has some limitations:
|
||||||
|
|||||||
Reference in New Issue
Block a user