mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 17:15:57 +02:00
aircrack-ng: add example (#16687)
This commit is contained in:
parent
48d6464679
commit
d54c1343a0
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
||||||
|
|
||||||
`aircrack-ng -w {{path/to/wordlist.txt}} {{path/to/capture.cap}}`
|
`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:
|
- 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}}`
|
`aircrack-ng -w {{path/to/wordlist.txt}} -e {{essid}} {{path/to/capture.cap}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue