1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 01:49:03 +00:00

Documents the CPE entry in fingerprints for script http-default-accounts

This commit is contained in:
nnposter
2016-12-28 20:13:09 +00:00
parent 8bc9473a55
commit 56b6a9b3eb

View File

@@ -32,8 +32,9 @@ Remember each fingerprint must have:
* <code>paths</code> - Table containing possible path locations of the target
* <code>login_check</code> - Login function of the target
In addition, a fingerprint may have:
In addition, a fingerprint should have:
* <code>target_check</code> - Target validation function. If defined, it will be called to validate the target before attempting any logins.
* <code>cpe</code> - Official CPE Dictionary entry (see https://nvd.nist.gov/cpe.cfm)
Default fingerprint file: /nselib/data/http-default-accounts-fingerprints.lua
This script was based on http-enum.