From 137d2e3e94fbce4eb27f353947ef4f217b571d48 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 19 Jan 2015 04:12:57 +0000 Subject: [PATCH] The \z escape is Lua5.2 only, and NSEdoc portal uses 5.1, so this hack didn't work --- scripts/http-default-accounts.nse | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/http-default-accounts.nse b/scripts/http-default-accounts.nse index 0bd0d6f3d..bb56535bd 100644 --- a/scripts/http-default-accounts.nse +++ b/scripts/http-default-accounts.nse @@ -29,9 +29,7 @@ Remember each fingerprint must have: * login_check - Login function of the target In addition, a fingerprint may have: -* target_check - Target validation function. If defined, it will be \z - called to validate the target before attempting \z - any logins. +* target_check - Target validation function. If defined, it will be called to validate the target before attempting any logins. Default fingerprint file: /nselib/data/http-default-accounts-fingerprints.lua This script was based on http-enum.