mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
new: ntlm parser
This commit is contained in:
parent
2c7a8d8fa7
commit
68b05ac469
2 changed files with 66 additions and 3 deletions
|
@ -15,11 +15,11 @@ func tcpParser(ip *layers.IPv4, pkt gopacket.Packet, verbose bool) {
|
|||
|
||||
if sniParser(ip, pkt, tcp) {
|
||||
return
|
||||
} else if ntlmParser(ip, pkt, tcp) {
|
||||
return
|
||||
} else if httpParser(ip, pkt, tcp) {
|
||||
return
|
||||
}
|
||||
|
||||
if verbose == true {
|
||||
} else if verbose == true {
|
||||
NewSnifferEvent(
|
||||
pkt.Metadata().Timestamp,
|
||||
"tcp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue