From 65b3cd4f60a626ea1f67c7ac17813294730793ce Mon Sep 17 00:00:00 2001 From: Johan Degn <54548365+johandegn@users.noreply.github.com> Date: Tue, 7 Mar 2023 12:09:55 +0100 Subject: [PATCH] aircrack-ng: add page (#9913) --- pages/common/aircrack-ng.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/common/aircrack-ng.md diff --git a/pages/common/aircrack-ng.md b/pages/common/aircrack-ng.md new file mode 100644 index 000000000..7cb82f22b --- /dev/null +++ b/pages/common/aircrack-ng.md @@ -0,0 +1,17 @@ +# aircrack-ng + +> Crack WEP and WPA/WPA2 keys from handshake in captured packets. +> Part of Aircrack-ng network software suite. +> More information: . + +- Crack key from capture file using [w]ordlist: + +`aircrack-ng -w {{path/to/wordlist.txt}} {{path/to/capture.cap}}` + +- 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}}` + +- 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}}`