diff --git a/modules/net_recon_show.go b/modules/net_recon_show.go index 4bfdbbbf..ae61ab75 100644 --- a/modules/net_recon_show.go +++ b/modules/net_recon_show.go @@ -79,7 +79,7 @@ func (d *Discovery) getRow(e *network.Endpoint, withMeta bool) [][]string { addr, mac, name, - e.Vendor, + core.Dim(e.Vendor), humanize.Bytes(traffic.Sent), humanize.Bytes(traffic.Received), seen,