mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
fix: fixed wifi.client.handshake event json serialization
This commit is contained in:
parent
242f4cfece
commit
73710ba7d3
3 changed files with 10 additions and 12 deletions
|
@ -88,8 +88,8 @@ func (mod *WiFiModule) discoverHandshakes(radiotap *layers.RadioTap, dot11 *laye
|
|||
mod.Session.Events.Add("wifi.client.handshake", HandshakeEvent{
|
||||
File: mod.shakesFile,
|
||||
NewPackets: numUnsaved,
|
||||
AP: apMac,
|
||||
Station: staMac,
|
||||
AP: apMac.String(),
|
||||
Station: staMac.String(),
|
||||
PMKID: rawPMKID,
|
||||
})
|
||||
// make sure the info that we have key material for this AP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue