mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
33797b120e
commit
b57661a097
3 changed files with 4 additions and 8 deletions
|
@ -56,8 +56,8 @@ func (mod *WiFiModule) discoverHandshakes(radiotap *layers.RadioTap, dot11 *laye
|
|||
key.Nonce)
|
||||
|
||||
//add the ap's station's beacon packet to be saved as part of the handshake cap file
|
||||
//https://github.com/ZerBea/hcxtools/issues/92
|
||||
//https://github.com/bettercap/bettercap/issues/592
|
||||
//https://github.com/ZerBea/hcxtools/issues/92
|
||||
//https://github.com/bettercap/bettercap/issues/592
|
||||
|
||||
if ap.Station.Handshake.Beacon != nil {
|
||||
mod.Debug("adding beacon frame to handshake for %s", apMac)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue