mirror of
https://github.com/nmap/nmap.git
synced 2025-12-22 15:39:03 +00:00
Updates fingerprint documentation
This commit is contained in:
@@ -12,11 +12,12 @@ local have_openssl, openssl = pcall(require, 'openssl')
|
|||||||
--
|
--
|
||||||
-- STRUCTURE:
|
-- STRUCTURE:
|
||||||
-- * <code>name</code> - Descriptive name
|
-- * <code>name</code> - Descriptive name
|
||||||
|
-- * <code>cpe</code> - Official CPE Dictionary entry (optional)
|
||||||
-- * <code>category</code> - Category
|
-- * <code>category</code> - Category
|
||||||
-- * <code>login_combos</code>
|
-- * <code>login_combos</code> - Table of default credential pairs
|
||||||
---- * <code>username</code> - Default username
|
---- * <code>username</code>
|
||||||
---- * <code>password</code> - Default password
|
---- * <code>password</code>
|
||||||
-- * <code>paths</code> - Paths table containing the possible location of the target
|
-- * <code>paths</code> - Table of likely locations (paths) of the target
|
||||||
-- * <code>target_check</code> - Validation function of the target (optional)
|
-- * <code>target_check</code> - Validation function of the target (optional)
|
||||||
-- * <code>login_check</code> - Login function of the target
|
-- * <code>login_check</code> - Login function of the target
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user