This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Last revision Both sides next revision | ||
airgraph-ng [2018/12/14 22:01] mister_x Updated installation instructions |
airgraph-ng [2018/12/14 22:02] mister_x [Installing] Fixed instructions |
||
---|---|---|---|
Line 15: | Line 15: | ||
git clone http://github.com/aircrack-ng/aircrack-ng | git clone http://github.com/aircrack-ng/aircrack-ng | ||
- | cd aircrack-ng/scripts/airgraph-ng | + | cd aircrack-ng |
+ | autoreconf -i | ||
+ | ./configure | ||
+ | cd scripts/airgraph-ng | ||
make install | make install | ||