mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -07:00
fix: Consistency and small typo
This commit is contained in:
parent
0f68fcca8b
commit
faee64a2c0
1 changed files with 2 additions and 2 deletions
|
@ -265,8 +265,8 @@ func NewWiFiModule(s *session.Session) *WiFiModule {
|
||||||
|
|
||||||
mod.AddHandler(probe)
|
mod.AddHandler(probe)
|
||||||
|
|
||||||
channelSwitchAnnounce := session.NewModuleHandler("wifi.channel_switch_announce bssid channel ", `wifi\.channel_switch_announce ((?:[a-fA-F0-9:]{11,}))\s+((?:[0-9]+))`,
|
channelSwitchAnnounce := session.NewModuleHandler("wifi.channel_switch_announce BSSID CHANNEL ", `wifi\.channel_switch_announce ((?:[a-fA-F0-9:]{11,}))\s+((?:[0-9]+))`,
|
||||||
"Start a 802.11 channel hop attack, all client will be force to change the channel lead to connection down.",
|
"Start a 802.11 channel hop attack, all client will be forced to change the channel lead to connection down.",
|
||||||
func(args []string) error {
|
func(args []string) error {
|
||||||
bssid, err := net.ParseMAC(args[0])
|
bssid, err := net.ParseMAC(args[0])
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue