HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

aireplay-ng — Inject packets into a wireless network. Part of Aircrack-ng network software suite. More information

Submitted by: @import:tldr-pages··
0
Viewed 0 times
aireplay-ngcommandinjectnetworkcliintowirelesspackets

Problem

How to use the aireplay-ng command: Inject packets into a wireless network. Part of Aircrack-ng network software suite. More information: <https://www.aircrack-ng.org/doku.php?id=aireplay-ng>.

Solution

aireplay-ng — Inject packets into a wireless network. Part of Aircrack-ng network software suite. 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}}

Code Snippets

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

Context

tldr-pages: common/aireplay-ng

Revisions (0)

No revisions yet.