Airgraph-ng
Airgraph-ng is a Python script that can be used to create graphs of wireless networks using the CSV files generated by Airodump-ng.
Color Table: | Color | Encryption | |——-|———-| | Green | WPA | | Yellow | WEP | | Red | open | | Black | Uknown Ciphering |
1
2
3
4
5
#CAPR: client to access point relationship. Provide a csv captured by airodump
airgraph-ng -i dump.csv -o file.png -g CAPR
# CPG: client probe graph -> shows relations (connections) from clients to APs
airgraph-ng -i dump.csv -o file.png -g CPG