new: reporting if wifi handshakes are full or half

This commit is contained in:
evilsocket 2019-08-19 13:56:18 -04:00
commit 3d31bf3712
No known key found for this signature in database
GPG key ID: 82E42E7F3B34C97E
3 changed files with 8 additions and 0 deletions

View file

@ -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"`
}