mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 19:59:02 +00:00
Replace inline tabs with spaces.
Left some in the @output section, since libraries are apparently emitting tab-separated tables (mysql or mssql) https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
@@ -38,10 +38,10 @@ action = function(host, port)
|
||||
local helper = ncp.Helper:new(host,port)
|
||||
|
||||
local status, resp = helper:connect()
|
||||
if ( not(status) ) then return stdnse.format_output(false, resp) end
|
||||
if ( not(status) ) then return stdnse.format_output(false, resp) end
|
||||
|
||||
status, resp = helper:search("[Root]", "User", "*")
|
||||
if ( not(status) ) then return stdnse.format_output(false, resp) end
|
||||
if ( not(status) ) then return stdnse.format_output(false, resp) end
|
||||
|
||||
local output = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user