User Tools

Site Tools


airgraph-ng

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
airgraph-ng [2009/04/05 19:18] – Divide installing in 2 parts: installing and requirements + moved graph types mister_xairgraph-ng [2009/04/05 19:29] – added troubleshooting and improved requirements mister_x
Line 10: Line 10:
   * graphviz   * graphviz
   * make   * make
 +  * aircrack-ng 1.0 (rc2 or better is recommended)
 +  * psyco is recommended but not mandatory
  
 ===== Installing ===== ===== Installing =====
Line 23: Line 25:
  
 ===== Usage ===== ===== Usage =====
- 
 ==== Help screen ==== ==== Help screen ====
  
Line 45: Line 46:
   airgraph-ng.py -i <choosenfile>.txt -o <choosenfilename>.png -g CAPR    airgraph-ng.py -i <choosenfile>.txt -o <choosenfilename>.png -g CAPR 
  
-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 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.
  
 ==== Combining CSV files ==== ==== Combining CSV files ====
Line 54: Line 55:
  
 Now you can take your combined airodump-ng .txt/.csv files and run it through airgraph-ng to make a larger graph. Now you can take your combined airodump-ng .txt/.csv files and run it through airgraph-ng to make a larger graph.
 +
 +===== Troubleshooting =====
 +==== Airodump-ng doesn't create .txt files anymore ====
 +
 +Starting from aircrack-ng 1.0rc3, .txt files were renamed to .csv.
 +
 +==== I get 'Psyco optimizer not installed, You may want to download and install it!' ====
 +
 +This is just a warning and you can safely ignore this message. However, it is recommended install [[http://psyco.sourceforge.net/|psyco]] because it speeds up execution of python code.
airgraph-ng.txt · Last modified: 2018/12/14 22:02 by mister_x