# Airodump-ng Airgraph-ng

* with a packet capture you can map client probe requests.
* this can be useful if conducting an Evil-Twin attack
* Before using Airgraph-ng you need to process your libpcap file into a compatible format

```
airodump-ng -r client-probe.pcap -w CUST
```

* you will have a file called `CUST-01.csv`
* feel that into Airgraph-ng

```
airgraph-ng -i CUST-01.csv -o cpb.png -g CPG
```

* open the resulting .png with firefox

```
firefox cpb.png
```

#### If you are using Kismet

Ensure you add a `--old-pcap` switch to convert the kismetdb to old school pcap, not pcap-ng, which is not supported by airodump-ng.

```
sudo kismetdb_to_pcap --old-pcap -i Kismet-20240829-01-41-41-1.kismet -o out.pcap
Done...
```

### Example of Final Product (Small)

<figure><img src="/files/yhHKbs6Db4Ye9fY2cTKM" alt=""><figcaption></figcaption></figure>


---

# 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/airodump-ng-airgraph-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.
