wifi kali usage (wifite + hashcat + drivers)
- @TODO
-
Run kali linux in vmware vm
-
Useful commands to locate wlan connection:
ifconfig
ip addr
iwconfig
- Troubleshooting airmon-ng and enabling monitor mode
sudo airmon-ng check kill
sudo airmon-ng start wlan0
- Check that Mode is set to Monitor
iwconfig
sudo airmon-ng
- Run wifite
sudo wifite
- Save the hcap file.
https://github.com/s77rt/capJS
https://s77rt.github.io/capJS/
-
Convert cap file to hc22000 file
-
hashcat cracking with dict
hashcat -m 22000 -a 0 -o cracked.txt hash.hc22000 dict.txt
- hashcat on docker
docker run -it --gpus=all --rm dizcza/docker-hashcat //bin/bash