mirror of
https://github.com/bettercap/bettercap
synced 2025-07-11 15:46:59 -07:00
fix: fixed various sniffer parsers
This commit is contained in:
parent
c5baa7a077
commit
b36bf4376c
7 changed files with 9 additions and 18 deletions
|
@ -112,6 +112,8 @@ func (s EventsStream) viewSnifferEvent(e session.Event) {
|
|||
misc += fmt.Sprintf(" \n %s:\n\n %s\n", core.Bold("Body"), string(b))
|
||||
}
|
||||
}
|
||||
} else if se.Data != nil {
|
||||
misc = fmt.Sprintf("%s", se.Data)
|
||||
}
|
||||
|
||||
fmt.Printf("[%s] [%s] %s %s\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue