mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +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:
parent
0952bed032
commit
137d2e3e94
1 changed files with 1 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue