new: wifi.probe to send fake client probe requests

This commit is contained in:
Simone Margaritelli 2021-04-07 00:36:38 +02:00
commit 906969f1b3
4 changed files with 67 additions and 1 deletions

View file

@ -159,4 +159,4 @@ func (mod *WiFiModule) startDeauth(to net.HardwareAddr) error {
}()
return nil
}
}