mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Documents the CPE entry in fingerprints for script http-default-accounts
This commit is contained in:
parent
8bc9473a55
commit
56b6a9b3eb
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue