
aircrack-ng
List of commands for aircrack-ng:
-
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 machineexplain 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 machineexplain 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 machineexplain this command