Skip to content

Security

Symrak edited this page Jan 13, 2019 · 1 revision

Security and pentesting notes

Wireless networks

Aircrack-ng Package

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>.

Clone this wiki locally