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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user