mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 11:40:33 -07:00
Fix: create station and extract info from the first beacon
This commit is contained in:
parent
27e68aefc9
commit
bda3c2c487
1 changed files with 1 additions and 1 deletions
|
@ -610,9 +610,9 @@ func (w *WiFiRecon) Start() error {
|
|||
continue
|
||||
}
|
||||
|
||||
w.updateStats(dot11, packet)
|
||||
w.discoverProbes(radiotap, dot11, packet)
|
||||
w.discoverAccessPoints(radiotap, dot11, packet)
|
||||
w.updateStats(dot11, packet)
|
||||
w.discoverClients(radiotap, dot11, packet)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue