1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

The \z escape is Lua5.2 only, and NSEdoc portal uses 5.1, so this hack didn't work

This commit is contained in:
dmiller
2015-01-19 04:12:57 +00:00
parent 0952bed032
commit 137d2e3e94

View File

@@ -29,9 +29,7 @@ Remember each fingerprint must have:
* <code>login_check</code> - Login function of the target
In addition, a fingerprint may have:
* <code>target_check</code> - Target validation function. If defined, it will be \z
called to validate the target before attempting \z
any logins.
* <code>target_check</code> - 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.