-
Notifications
You must be signed in to change notification settings - Fork 1
Security
Symrak edited this page Jan 13, 2019
·
1 revision
Converting *.cap file into HashCat format (*.hccap file):
aircrack-ng -J <output *.hccap file> <input *.cap file>
.
Executing simple dictionary attack:
aircrack-ng -a2 -b <AP BSSID (MAC-address)> -w <wordlist file> <captured packets file>
.