1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 07:09:01 +00:00

Removes leading comment from action() to prevent polluting nsedoc

This commit is contained in:
nnposter
2016-09-02 23:32:32 +00:00
parent 45ba24dfe2
commit efa565615b

View File

@@ -223,11 +223,7 @@ local function register_http_credentials(host, port, login_username, login_passw
c:add(login_username, login_password, creds.State.VALID )
end
---
-- MAIN
-- Here we iterate through the paths to try to find a target. When a target is found
-- the login routine is initialized to check for default credentials authentication
---
action = function(host, port)
local fingerprintload_status, status, fingerprints, pathmap, requests, results
local fingerprint_filename = stdnse.get_script_args("http-default-accounts.fingerprintfile") or "http-default-accounts-fingerprints.lua"