mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
add LLMNR support and cleaned up some result output
This commit is contained in:
parent
675000afe8
commit
b6492f96af
2 changed files with 46 additions and 9 deletions
|
|
@ -287,7 +287,8 @@ action = function()
|
|||
table.insert( out_outer, { name = proto, out_inner } )
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
table.sort(out_outer, function(a, b) return a.name < b.name end)
|
||||
return stdnse.format_output(true, out_outer)
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue