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 revision
Previous revision
airgraph-ng [2013/06/19 21:48] – [Installing] Fixed airgraph-ng SVN URL mister_xairgraph-ng [2018/12/14 22:02] (current) – [Creating graphs] Fixed typo mister_x
Line 7: Line 7:
 ===== Requirements ===== ===== Requirements =====
   * python   * python
-  * subversion 
   * graphviz   * graphviz
   * make   * make
Line 15: Line 14:
 ===== Installing ===== ===== Installing =====
  
-  svn co http://svn.aircrack-ng.org/trunk/scripts/airgraph-ng +  git clone http://github.com/aircrack-ng/aircrack-ng 
-  cd airgraph-ng+  cd aircrack-ng 
 +  autoreconf -i 
 +  ./configure 
 +  cd scripts/airgraph-ng
   make install   make install
  
Line 44: Line 46:
  
  The following creates a Client to Access point Relationship Graph  The following creates a Client to Access point Relationship Graph
-  airdgraph-ng -i demo.csv -o demo.png -g CAPR+  airgraph-ng -i demo.csv -o demo.png -g CAPR
  
  The following creates a Client to Probe Request Graph  The following creates a Client to Probe Request Graph
airgraph-ng.1371671305.txt.gz · Last modified: 2013/06/19 21:48 by mister_x