mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
fix: removed forced sniffer Printf
This commit is contained in:
parent
ca9f4f0945
commit
db04e21316
2 changed files with 4 additions and 18 deletions
|
@ -30,7 +30,6 @@ func NewSnifferEvent(t time.Time, proto string, src string, dst string, data Sni
|
|||
}
|
||||
|
||||
func (e SnifferEvent) Push() {
|
||||
fmt.Printf("%s\n", e.Message)
|
||||
session.I.Events.Add("net.sniff.leak."+e.Protocol, e)
|
||||
session.I.Refresh()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue