#
wifite2
wifite2 is great for snagging wifi handshakes.
#
Install pre-reqs
sudo apt-get install net-tools aircrack-ng -y
Sometimes wifite gets dump about understanding the tool pre-requistes that you've installed. For example, even when I installed hcxdumptool
and hcxpcaptool
wifite didn't know where to find them. this fixed it for me:
sudo ln -s ~/hcxdumptool/hcxdumptool /usr/local/bin/hcxdumptool
sudo ln -s ~/hcxpcaptool/hcxpcaptool /usr/local/bin/hcxpcaptool
#
Run wifite and filter for specific wireless network
sudo Wifite2.py -e "My specific network"