airgraph-ng
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| airgraph-ng [2009/04/05 19:29] – added troubleshooting and improved requirements mister_x | airgraph-ng [2018/12/14 22:02] (current) – [Creating graphs] Fixed typo mister_x | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Aigraph-ng | + | ====== Aigraph-ng ====== |
| - | Author: digitalpsyko \\ | + | Author: digitalpsyko, TheX1le |
| Version: 1.01 \\ | Version: 1.01 \\ | ||
| - | Last modified on: 5 April 2009 | + | Last modified on: 23/5/2010 |
| ===== Requirements ===== | ===== Requirements ===== | ||
| * python | * python | ||
| - | * subversion | ||
| * graphviz | * graphviz | ||
| * make | * make | ||
| Line 15: | Line 14: | ||
| ===== Installing ===== | ===== Installing ===== | ||
| - | | + | |
| - | cd airgraph-ng | + | cd aircrack-ng |
| + | autoreconf -i | ||
| + | ./ | ||
| + | cd scripts/airgraph-ng | ||
| make install | make install | ||
| Line 38: | Line 40: | ||
| -a Print the about | -a Print the about | ||
| -h Print this help | -h Print this help | ||
| - | |||
| ==== Creating graphs ==== | ==== Creating graphs ==== | ||
| Now that you've got your nifty new program installed, its time to run some [[airodump-ng]] CSV files through it so you can see the graphs this program creates. | Now that you've got your nifty new program installed, its time to run some [[airodump-ng]] CSV files through it so you can see the graphs this program creates. | ||
| - | So you have airodump-ng .txt/.csv files to run through airgraph-ng goto your favorite terminal and cd into the directory where you're keeping them in then type: | + | So you have airodump-ng .txt/.csv files to run through airgraph-ng goto your favorite terminal and cd into the directory where you're keeping them. |
| + | |||
| + | The following creates a Client to Access point Relationship Graph | ||
| + | airgraph-ng -i demo.csv -o demo.png -g CAPR | ||
| + | |||
| + | The following creates a Client to Probe Request Graph | ||
| + | airgraph-ng -i demo.csv -o demo.png -g CPG | ||
| - | airgraph-ng.py -i < | ||
| The graph size and the time to generate it depends on the size of your CSV file. So, the more AP's and Clients you get with airodump-ng the bigger the graph it will be. | The graph size and the time to generate it depends on the size of your CSV file. So, the more AP's and Clients you get with airodump-ng the bigger the graph it will be. | ||
airgraph-ng.1238952561.txt.gz · Last modified: (external edit)
