Learn how to install Wifite2 on Raspbian OS or Kali Linux
Table of Contents
Supported Attacks
- WPS: The Offline Pixie-Dust attack
- WPS: The Online Brute-Force PIN attack
- WPA: The WPA Handshake Capture + offline crack.
- WPA: The PMKID Hash Capture + offline crack.
- WEP: Various known attacks against WEP, including fragmentation, chop-chop, aireplay, etc.
Required Tools
Tool | Description | Git |
python | Wifite2 supports python2 and python3 | |
iwconfig | OS tool to manage wireless connections. | |
Aircrack-ng Pack | All tools from Aircrack Suite | sudo apt-get install aircrack-ng |
tshark | tshark will be used to sniff all network packets necessary to crack the network. | sudo apt-get install tshark |
reaver | Reaver is an amazing tool to crack Wi-fi network specially WPS. | sudo apt-get install reaver |
bully | Another amazing tool to attack WPS with Pixie dust attacks. | |
coWPAtty | Can be used to many things but here is used to detect handshakes | |
pyrit | Used to detect handshakes, attention it only works with python2. | sudo apt-get install pyrit |
hashcat | PKMID attacks | |
Install Wifite2
git clone https://github.com/derv82/wifite2.git
cd wifite2
sudo python setup.py install
sudo ./Wifite.py