Forrest logo
back to context overview

aircrack-ng

List of commands for aircrack-ng:

  • aircrack-ng:ai:2310f can someone hack my WPA3 kali linux ?
    $ aircrack-ng -b ${BSSID} -w ${wordlist} ${pcap_file}
    try on your machine
    explain this command
  • aircrack-ng:ai:2a0e0 can i hack a WPA3 kali linux ?
    $ aircrack-ng -a2 -b ${BSSID} -w ${wordlist.txt} ${capture_file.cap}
    try on your machine
    explain this command
  • aircrack-ng:tldr:0e323 aircrack-ng: Crack key from capture file using [w]ordlist and the access point's [e]ssid.
    $ aircrack-ng -w ${path-to-wordlist-txt} -e ${essid} ${path-to-capture-cap}
    try on your machine
    explain this command
  • aircrack-ng:tldr:97c42 aircrack-ng: Crack key from capture file using [w]ordlist and the access point's MAC address.
    $ aircrack-ng -w ${path-to-wordlist-txt} --bssid ${mac} ${path-to-capture-cap}
    try on your machine
    explain this command
  • aircrack-ng:tldr:be73c aircrack-ng: Crack key from capture file using [w]ordlist.
    $ aircrack-ng -w ${path-to-wordlist-txt} ${path-to-capture-cap}
    try on your machine
    explain this command
back to context overview