mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +02:00
aircrack-ng: add page (#9913)
This commit is contained in:
parent
5ed728757f
commit
65b3cd4f60
1 changed files with 17 additions and 0 deletions
17
pages/common/aircrack-ng.md
Normal file
17
pages/common/aircrack-ng.md
Normal file
|
@ -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: <https://www.aircrack-ng.org/doku.php?id=aircrack-ng>.
|
||||||
|
|
||||||
|
- 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}}`
|
Loading…
Add table
Reference in a new issue