mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
aircrack-ng: add example (#16687)
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
|
||||
`aircrack-ng -w {{path/to/wordlist.txt}} {{path/to/capture.cap}}`
|
||||
|
||||
- Crack key using multiple CPU threads from capture file using [w]ordlist:
|
||||
|
||||
`aircrack-ng -p {{number}} -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}}`
|
||||
|
||||
Reference in New Issue
Block a user