mirror of
https://github.com/nmap/nmap.git
synced 2026-02-04 12:36:34 +00:00
Remove many ERROR outputs from non-debug NSE output
This commit is contained in:
@@ -40,7 +40,7 @@ dependencies = {"rpcap-brute"}
|
||||
|
||||
portrule = shortport.port_or_service(2002, "rpcap", "tcp")
|
||||
|
||||
local function fail(err) return ("\n ERROR: %s"):format(err or "") end
|
||||
local function fail(err) return stdnse.format_output(false, err) end
|
||||
|
||||
local function getInfo(host, port, username, password)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user