mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -07:00
new: added net.sniff FTP credentials parser (closes #424)
This commit is contained in:
parent
8230b8bca6
commit
36a6bb87ce
2 changed files with 44 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ func tcpParser(ip *layers.IPv4, pkt gopacket.Packet, verbose bool) {
|
|||
return
|
||||
} else if httpParser(ip, pkt, tcp) {
|
||||
return
|
||||
} else if ftpParser(ip, pkt, tcp) {
|
||||
return
|
||||
} else if verbose {
|
||||
NewSnifferEvent(
|
||||
pkt.Metadata().Timestamp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue