mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
new: krb5 krb-as-req parser
This commit is contained in:
parent
68b05ac469
commit
b9c8785e8a
3 changed files with 154 additions and 3 deletions
|
@ -44,9 +44,9 @@ func udpParser(ip *layers.IPv4, pkt gopacket.Packet, verbose bool) {
|
|||
|
||||
if dnsParser(ip, pkt, udp) {
|
||||
return
|
||||
}
|
||||
|
||||
if verbose == true {
|
||||
} else if krb5Parser(ip, pkt, udp) {
|
||||
return
|
||||
} else if verbose == true {
|
||||
NewSnifferEvent(
|
||||
pkt.Metadata().Timestamp,
|
||||
"udp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue