1
0
Fork 0
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:
Fazle Arefin 2025-06-01 05:58:28 +10:00 committed by GitHub
parent 48d6464679
commit d54c1343a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`