mirror of
https://github.com/nmap/nmap.git
synced 2026-09-01 07:52:57 +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:
parent
31a2c432e1
commit
63db1bfd12
65 changed files with 159 additions and 158 deletions
|
|
@ -77,10 +77,10 @@ action = function( host, port )
|
|||
end
|
||||
|
||||
status, data = helper:Login(user, pass, nil, db)
|
||||
if ( not(status) ) then return stdnse.format_output(status, data) end
|
||||
if ( not(status) ) then return stdnse.format_output(status, data) end
|
||||
|
||||
status, data = helper:Query(query)
|
||||
if ( not(status) ) then return stdnse.format_output(status, data) end
|
||||
if ( not(status) ) then return stdnse.format_output(status, data) end
|
||||
|
||||
for _, rs in ipairs(data) do
|
||||
table.insert( result, { "User: " .. user, "Database: " .. db, ( "Query: \"%s\"" ):format( rs.query ), name="Information" } )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue