1
0
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:
nnposter
2021-02-17 04:13:20 +00:00
parent 6d1c3f091e
commit d4f4124c91

View File

@@ -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: