-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
Environment
- Bettercap v2.16 (from go-install)
- MacOS Mojave 10.14.2
- Go version 1.11.5 (from homebrew)
- Running commands from tutorial here: https://www.evilsocket.net/2019/02/13/Pwning-WiFi-networks-with-bettercap-and-the-PMKID-client-less-attack/#.XGRV3mo06jA.twitter
- Crash on command: wifi.deauth
- Stack Trace information from OSX: bettercap_trace.txt
Steps to Reproduce
- Ensure MacOS is not connected to any wifi AP
- Open terminal
- sudo bettercap -iface en0
- wifi.recon on
- set wifi.show.sort clients desc
- set ticker.commands 'clear; wifi.show'
- ticker on
- wifi.recon.channel 11 #my AP's channel is 11
- wifi.deauth 10:da:43:bf:73:e4 # My AP BSSID
Expected behavior:
This should start performing a deauth attack and capturing handshakes
Actual behavior:
The fan on the macbook spins at 100% for a second, screen flickers, then blacks out, and finally reboots.
Reactions are currently unavailable