mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 20:13:49 +02:00
aireplay-ng: add page (#9333)
* aireplay-ng: add page * Update pages/common/aireplay-ng.md
This commit is contained in:
parent
09bc55514e
commit
94c2313951
1 changed files with 9 additions and 0 deletions
9
pages/common/aireplay-ng.md
Normal file
9
pages/common/aireplay-ng.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# aireplay-ng
|
||||
|
||||
> Inject packets into a wireless network.
|
||||
> Part of `aircrack-ng`.
|
||||
> More information: <https://www.aircrack-ng.org/doku.php?id=aireplay-ng>.
|
||||
|
||||
- Send a specific number of disassociate packets given an access point's MAC address, a client's MAC address and an interface:
|
||||
|
||||
`sudo aireplay-ng --deauth {{count}} --bssid {{ap_mac}} --dmac {{client_mac}} {{interface}}`
|
Loading…
Add table
Reference in a new issue