mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
1120f98be1
commit
75185c88cf
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ func (s *EventsStream) viewWiFiEvent(e session.Event) {
|
||||||
if hand.NewPackets == 1 {
|
if hand.NewPackets == 1 {
|
||||||
ss = ""
|
ss = ""
|
||||||
}
|
}
|
||||||
fmt.Fprintf(s.output, "[%s] [%s] captured a full handshake for station %s and AP %s (saved %d new packet%s to %s)\n",
|
fmt.Fprintf(s.output, "[%s] [%s] captured handshake for %s->%s (saved %d new packet%s to %s)\n",
|
||||||
e.Time.Format(eventTimeFormat),
|
e.Time.Format(eventTimeFormat),
|
||||||
tui.Green(e.Tag),
|
tui.Green(e.Tag),
|
||||||
hand.Station.String(),
|
hand.Station.String(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue