> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/wifi-pineapple-pager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/wifi-pineapple-pager/wifi-pineapple-commands/deauth_client.md).

# DEAUTH\_CLIENT

`DEAUTH_CLIENT` Attempt to deauthenticate WiFi clients by sending spoofed deauthentication and disassociation packets

### When to use it <a href="#when-to-use-it" id="when-to-use-it"></a>

Use `DEAUTH_CLIENT` as part of an engagement when attempting to redirect clients to a Pineapple access point or to force a reassociation when harvesting WPA handshakes.

#### Syntax <a href="#syntax" id="syntax"></a>

```none
DEAUTH_CLIENT [bssid] [target] [channel]
```

**bssid&#x20;*****required***

BSSID (MAC address) of the access point the client is connected to, in the standard `aa:bb:cc:dd:ee:ff` format.

**target&#x20;*****required***

MAC address of target client (or `FF:FF:FF:FF:FF:FF` for all clients) in the standard `aa:bb:cc:dd:ee:ff` format.

**channel&#x20;*****required***

WiFi channel to send disconnect packets on.

### Results <a href="#results" id="results"></a>

`DEAUTH_CLIENT` returns immediately. In the background, the PineAP system will transmit the disassociation and deauthentication packets.

### Examples <a href="#examples" id="examples"></a>

```bash
DEAUTH_CLIENT 00:AA:BB:CC:DD:EE 00:DE:AD:BE:EF:44 6
```

### Limitations  <a href="#limitations" id="limitations"></a>

`DEAUTH_CLIENT` can be used on 2.4GHz channels, and on 5GHz channels which **are not DFS** channels. **DFS** channels have stronger regulatory requirements which prohibit transmission. The WiFi standard requires that *all* networks on 6GHz utilize WPA3 features, such as Protected Management Frames, which prevent injected deauthentication packets on 6GHz networks.

Networks which utilize Protected Management Frames (PMF) or the 802.11w standard will not be susceptible to injected disconnection packets. All networks utilizing WPA3 also enable Protected Management Frames.

Some clients ignore disconnection attempts deliberately regardless of the network type or channel.

{% hint style="warning" %}
Be sure to only trigger client deauthentication against networks that are in the scope of your engagement!\
\
Deauthenticating clients from networks which aren’t yours and which you haven’t been given permission to test isn’t only a jerk move, it may be illegal in some jurisdictions. Know the laws of your region!
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://documentation.hak5.org/wifi-pineapple-pager/wifi-pineapple-commands/deauth_client.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
