mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
balls
This commit is contained in:
parent
0c4b7f648e
commit
b288a48f91
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@ func (d *Discovery) getRow(e *net.Endpoint) []string {
|
|||
} else if e == d.Session.Gateway {
|
||||
name = "gateway"
|
||||
} else if e.Alias != "" {
|
||||
name = core.Yellow(e.Alias)
|
||||
name = core.Green(e.Alias)
|
||||
} else if e.Hostname != "" {
|
||||
name = core.Green(e.Hostname)
|
||||
name = core.Yellow(e.Hostname)
|
||||
}
|
||||
|
||||
var traffic *packets.Traffic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue