mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
Revert "[feature] net.sniff.http truncate urls option"
This commit is contained in:
parent
4aa63c77e9
commit
8d877e5294
6 changed files with 11 additions and 45 deletions
|
@ -2,9 +2,9 @@ package modules
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"regexp"
|
||||
|
||||
"github.com/evilsocket/bettercap-ng/core"
|
||||
"regexp"
|
||||
|
||||
"github.com/google/gopacket"
|
||||
"github.com/google/gopacket/layers"
|
||||
|
@ -37,7 +37,7 @@ func sniParser(ip *layers.IPv4, pkt gopacket.Packet, tcp *layers.TCP) bool {
|
|||
ip.SrcIP.String(),
|
||||
domain,
|
||||
SniffData{
|
||||
"host": domain,
|
||||
"Domain": domain,
|
||||
},
|
||||
"[%s] %s %s > %s",
|
||||
vTime(pkt.Metadata().Timestamp),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue