# Bettercap Bluetooth / Wifi

* Bettercap is an excellent tool for Bluetooth and Wifi assessments.

### Wifi Recon

* make sure your interface is in monitor mode.

```
bettercap -iface wlan0
>>> wifi.recon on 
```

* see captured networks

```
wifi.show
```

### PMKID Capture

* attempt to associate to all APs attempting to capture PMKID (first EAPOL frame)

```
sudo bettercap -iface wlan0mon 
wifi.recon on 
# wait to locate APs
wifi.show
wifi.assoc all
```


---

# 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/bettercap-bluetooth-wifi.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.
