mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 03:43:39 +00:00
15 lines
472 B
Plaintext
15 lines
472 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|