mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Remove many ERROR outputs from non-debug NSE output
This commit is contained in:
@@ -40,7 +40,7 @@ action = function( host, port )
|
||||
|
||||
for _, v in ipairs( users ) do
|
||||
local status, response = socket:connect(host, port)
|
||||
if( not(status) ) then return " \n ERROR: Failed to connect to mysql server" end
|
||||
if( not(status) ) then return stdnse.format_output(false, "Failed to connect to mysql server") end
|
||||
|
||||
status, response = mysql.receiveGreeting( socket )
|
||||
if ( not(status) ) then
|
||||
|
||||
Reference in New Issue
Block a user