new: the events.stream will now parse and display properly interesting http requests and responses

This commit is contained in:
evilsocket 2018-09-28 19:59:31 +02:00
commit 1220874473
4 changed files with 323 additions and 59 deletions

View file

@ -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()
}