mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -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
|
@ -102,6 +102,8 @@ func (mod *WiFiModule) discoverHandshakes(radiotap *layers.RadioTap, dot11 *laye
|
|||
AP: apMac.String(),
|
||||
Station: staMac.String(),
|
||||
PMKID: rawPMKID,
|
||||
Half: station.Handshake.Half(),
|
||||
Full: station.Handshake.Complete(),
|
||||
})
|
||||
// make sure the info that we have key material for this AP
|
||||
// is persisted even after stations are pruned due to inactivity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue