Forrest logo
tool overview
On this page you find all important commands for the CLI tool aireplay-ng. If the command you are looking for is missing please ask our AI.

aireplay-ng

The primary function is to generate traffic for the later use in aircrack-ng for cracking the WEP and WPA-PSK keys. There are different attacks which can cause deauthentications for the purpose of capturing WPA handshake data, fake authentications, Interactive packet replay, hand-crafted ARP request injection and ARP-request reinjection. With the packetforge-ng tool it's possible to create arbitrary frames.

List of commands for aireplay-ng:

  • aireplay-ng:tldr:94a98 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}
    try on your machine
    explain this command
tool overview