From 56b6a9b3eb48d33b6741869a90102a9f5d0ab169 Mon Sep 17 00:00:00 2001 From: nnposter Date: Wed, 28 Dec 2016 20:13:09 +0000 Subject: [PATCH] Documents the CPE entry in fingerprints for script http-default-accounts --- scripts/http-default-accounts.nse | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/http-default-accounts.nse b/scripts/http-default-accounts.nse index 3cd8d9b8f..9fa8d83a8 100644 --- a/scripts/http-default-accounts.nse +++ b/scripts/http-default-accounts.nse @@ -32,8 +32,9 @@ Remember each fingerprint must have: * paths - Table containing possible path locations of the target * login_check - Login function of the target -In addition, a fingerprint may have: +In addition, a fingerprint should have: * target_check - Target validation function. If defined, it will be called to validate the target before attempting any logins. +* cpe - 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.