nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 Airgraph-ng
2 -------------
3  
4 Airgraph-ng's purpose is to graph the txt file that is created when you run
5 airodump with the -w option
6  
7 The idea is that we are showing the relationships of the clients to the AP's
8 so dont be shocked if you see only one mapping as you may only have captured
9 one client.
10  
11 Instalation
12 -------------
13  
14 Airgraph-ng depends are as follows:
15  
16 * graphviz with png support
17 * airodump-ng
18 * python > 2.7
19  
20 !!! Please note due to a lack of PNG support in Graphviz under BackTrack 3
21 Airgraph-ng is not currently supported here. I am aware of the issue i just
22 havent had time to fix it!!!!!!
23  
24 The program usage is as follows
25  
26 airgraph-ng -i [your txt file] -o [the output file in png format] -g [CAPR|CPG]
27  
28 I am happy to indroduce an option for graph types, there are two current
29 graph types:
30  
31 CAPR or Client to AP Relationship
32 This shows you all the clients attached to a particular AP
33  
34 CPR or Client Prob Graph
35 This showes you all the clients that are sending out probe requests for
36 the same ESSID's
37 ;-) Fake AP any one?
38  
39 Once you have airgraph-ng set up and installed i have included some test data
40 to allow you to quickly see if airgraph-ng is working. This data can be found
41 in the test directory inside the libs directory
42  
43 Airgraph-ng sets graphviz to use the latin character set if this is a problem
44 for you please let me know. I did this to clear up a bug i had with the CPG
45 graphs
46  
47 dumpjoin is a short support script that will allow you to join two airodump
48 CSV files into one. Run the program with no arugments to see the usage
49  
50 This is still a work in progress if you have questions contact TheX1le
51 at thex1le <AT> gmail.com
52