mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Output fix
This commit is contained in:
parent
2ccaad4b8d
commit
f46a8eb2de
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ action = function()
|
|||
if target.ALLOW_NEW_TARGETS then
|
||||
for ip_addr, mac_addr in pairs(icmp_responders) do
|
||||
target.add(ip_addr)
|
||||
table.insert(output,ip_addr.." "..mac_addr)
|
||||
table.insert(output,"IP: "..ip_addr..string.rep(" ",15-#ip_addr).." MAC: "..mac_addr)
|
||||
end
|
||||
else
|
||||
for ip_addr, mac_addr in pairs(icmp_responders) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue