1
0
Fork 0
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:
Cristian Bastidas 2022-10-25 02:57:35 -05:00 committed by GitHub
parent 09bc55514e
commit 94c2313951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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