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
+4
View File
@@ -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}}`