mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
balls
This commit is contained in:
parent
c332250afa
commit
553654dbe2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func (d *Discovery) Show(by string) error {
|
|||
|
||||
nTargets := len(d.Session.Targets.Targets)
|
||||
if nTargets == 0 {
|
||||
fmt.Println(core.Dim("No endpoints discovered so far."))
|
||||
fmt.Println(core.Dim("No endpoints discovered so far.\n"))
|
||||
} else {
|
||||
targets := make([]*net.Endpoint, 0, nTargets)
|
||||
for _, t := range d.Session.Targets.Targets {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue