mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 10:29:03 +00:00
Remove many ERROR outputs from non-debug NSE output
This commit is contained in:
@@ -45,7 +45,7 @@ action = function(host, port)
|
||||
session = sip.Session:new(host, port)
|
||||
status = session:connect()
|
||||
if not status then
|
||||
return "ERROR: Failed to connect to the SIP server."
|
||||
return stdnse.format_output(false, "Failed to connect to the SIP server.")
|
||||
end
|
||||
|
||||
status, response = session:options()
|
||||
|
||||
Reference in New Issue
Block a user