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
|
@ -98,6 +98,12 @@ func NewWiFiModule(s *session.Session) *WiFiModule {
|
|||
return w.startDeauth(bssid)
|
||||
}))
|
||||
|
||||
w.AddHandler(session.NewModuleHandler("wifi.beacon.flood", "",
|
||||
"todo",
|
||||
func(args []string) error {
|
||||
return w.startBeaconFlood()
|
||||
}))
|
||||
|
||||
w.AddHandler(session.NewModuleHandler("wifi.show", "",
|
||||
"Show current wireless stations list (default sorting by essid).",
|
||||
func(args []string) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue