mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
new: working on wifi.beacon.flood feature, still very WIP
This commit is contained in:
parent
ce4975fdd1
commit
bfed627501
3 changed files with 86 additions and 1 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
func (w *WiFiModule) injectPacket(data []byte) {
|
||||
if err := w.handle.WritePacketData(data); err != nil {
|
||||
log.Error("Could not send deauth packet: %s", err)
|
||||
log.Error("Could not inject WiFi packet: %s", err)
|
||||
|
||||
w.Session.Queue.Stats.Lock()
|
||||
w.Session.Queue.Stats.Errors++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue