# wifite2

wifite2 is great for snagging wifi handshakes.

# Install pre-reqs

sudo apt-get install net-tools aircrack-ng -y

# Install wifite2

git clone https://github.com/derv82/wifite2.git
cd wifite2

# Run wifite and filter for specific wireless network

sudo python3 Wifite2.py -e "My specific network"

# Run wifite and filter for specific BSSID and channel and

sudo python3 Wifite2.py -c 777 --bssid 00:11:22:33:44:55

# Run wifite and filter for specific wireless network - and only do PMKID attack

sudo python3 Wifite2.py -e "My specific network" --pmkid --pmkid-timeout 300

*The --pmkid-timeout is optional; the default timeout is 30 seconds