mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
refact: sni -> https
This commit is contained in:
parent
291e87de39
commit
94542d6be2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ func sniParser(ip *layers.IPv4, pkt gopacket.Packet, tcp *layers.TCP) bool {
|
|||
|
||||
NewSnifferEvent(
|
||||
pkt.Metadata().Timestamp,
|
||||
"sni",
|
||||
"https",
|
||||
ip.SrcIP.String(),
|
||||
domain,
|
||||
SniffData{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue