mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
new: reporting if wifi handshakes are full or half
This commit is contained in:
parent
9e9b984fec
commit
3d31bf3712
3 changed files with 8 additions and 0 deletions
|
@ -22,5 +22,7 @@ type HandshakeEvent struct {
|
|||
NewPackets int `json:"new_packets"`
|
||||
AP string `json:"ap"`
|
||||
Station string `json:"station"`
|
||||
Half bool `json:"half"`
|
||||
Full bool `json:"full"`
|
||||
PMKID []byte `json:"pmkid"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue