From 7b828b89b41a4e8a55f256acaa6783e18c619afc Mon Sep 17 00:00:00 2001 From: nnposter Date: Mon, 11 Feb 2019 16:45:46 +0000 Subject: [PATCH] Corrects argument name in the documentation. Closes #1468 --- scripts/http-default-accounts.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-default-accounts.nse b/scripts/http-default-accounts.nse index 6dc3e9d31..05a8db6de 100644 --- a/scripts/http-default-accounts.nse +++ b/scripts/http-default-accounts.nse @@ -81,7 +81,7 @@ This script was based on http-enum. -- @args http-default-accounts.basepath Base path to append to requests. Default: "/" -- @args http-default-accounts.fingerprintfile Fingerprint filename. Default: http-default-accounts-fingerprints.lua -- @args http-default-accounts.category Selects a fingerprint category (or a list of categories). --- @args http-default-accounts.category Selects fingerprints by a word (or a list of alternate words) included their names. +-- @args http-default-accounts.name Selects fingerprints by a word (or a list of alternate words) included in their names. -- Revision History -- 2013-08-13 nnposter