mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
new: the events.stream will now parse and display properly interesting http requests and responses
This commit is contained in:
parent
38a87e38b2
commit
1220874473
4 changed files with 323 additions and 59 deletions
|
@ -30,6 +30,6 @@ func NewSnifferEvent(t time.Time, proto string, src string, dst string, data int
|
|||
}
|
||||
|
||||
func (e SnifferEvent) Push() {
|
||||
session.I.Events.Add("net.sniff.leak."+e.Protocol, e)
|
||||
session.I.Events.Add("net.sniff."+e.Protocol, e)
|
||||
session.I.Refresh()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue