new: working on wifi.beacon.flood feature, still very WIP

This commit is contained in:
evilsocket 2018-03-12 15:25:52 +01:00
commit bfed627501
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
3 changed files with 86 additions and 1 deletions

View file

@ -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++