From 6857a6668e8740aaf6745f4a4d7e50ad50de1ef3 Mon Sep 17 00:00:00 2001 From: nnposter Date: Mon, 16 Jan 2017 00:31:15 +0000 Subject: [PATCH] Updates fingerprint documentation --- nselib/data/http-default-accounts-fingerprints.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nselib/data/http-default-accounts-fingerprints.lua b/nselib/data/http-default-accounts-fingerprints.lua index d37cb33b0..0b279ee5a 100644 --- a/nselib/data/http-default-accounts-fingerprints.lua +++ b/nselib/data/http-default-accounts-fingerprints.lua @@ -12,11 +12,12 @@ local have_openssl, openssl = pcall(require, 'openssl') -- -- STRUCTURE: -- * name - Descriptive name +-- * cpe - Official CPE Dictionary entry (optional) -- * category - Category --- * login_combos ----- * username - Default username ----- * password - Default password --- * paths - Paths table containing the possible location of the target +-- * login_combos - Table of default credential pairs +---- * username +---- * password +-- * paths - Table of likely locations (paths) of the target -- * target_check - Validation function of the target (optional) -- * login_check - Login function of the target ---