mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
new: detection and parsing of deauthentication frames as wifi.deauthentication events
This commit is contained in:
parent
cea53b969e
commit
240c4c3219
4 changed files with 57 additions and 1 deletions
|
@ -661,6 +661,7 @@ func (mod *WiFiModule) Start() error {
|
|||
mod.discoverAccessPoints(radiotap, dot11, packet)
|
||||
mod.discoverClients(radiotap, dot11, packet)
|
||||
mod.discoverHandshakes(radiotap, dot11, packet)
|
||||
mod.discoverDeauths(radiotap, dot11, packet)
|
||||
mod.updateInfo(dot11, packet)
|
||||
mod.updateStats(dot11, packet)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue