forked from aircrack-ng/aircrack-ng-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALLING
131 lines (95 loc) · 4.56 KB
/
INSTALLING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
=== Requirements ===
* OpenSSL development package or libgcrypt development package.
* Airmon-ng (Linux) requires ethtool.
* On windows, cygwin has to be used and it also requires w32api package.
* Linux: LibNetlink 1 or 3. It can be disabled by setting the flag 'libnl' to false.
* pkg-config (pkgconf on FreeBSD)
* FreeBSD, OpenBSD, NetBSD, Solaris and OS X with macports: gmake
* Linux/Cygwin: make and Standard C++ Library development package (Debian: libstdc++-dev)
=== Optional stuff ===
* If you want SSID filtering with regular expression in airodump-ng
(-essid-regex) pcre development package is required.
* If you want to use airolib-ng and '-r' option in aircrack-ng,
SQLite development package >= 3.3.17 (3.6.X version or better is recommended)
* If you want to use Airpcap, the 'developer' directory from the CD is required.
* For best performance on FreeBSD (50-70% more), install gcc5 via: pkg install gcc5
Then compile with: gmake CC=gcc5 CXX=g++5
* rfkill
=== Compiling ===
* Compilation:
make
* Compilation on *BSD or Solaris:
gmake
* Strip debugging symbols:
make strip
* Installing:
make install
* Uninstall:
make uninstall
==== Makefile flags ====
When compile and installing, the following flags can be used and combined
to compile and install the suite (by setting them to true):
* sqlite: Compile airolib-ng and add support for airolib-ng databases
in aircrack-ng:
- Debian based distro: libsqlite3-dev
- FreeBSD: sqlite3
* airpcap: needed for supporting airpcap devices on windows (cygwin only)
REQUIREMENT: Copy 'developers' directory from Airpcap CD one
level below this INSTALLING file
Note: Not working yet.
* experimental: needed to compile tkiptun-ng, easside-ng (and buddy-ng),
wesside-ng and besside-ng.
Building besside-ng-crawler requires LibPCAP (development package).
On Debian based distributions: libpcap-dev
* ext_scripts: needed to build airoscript-ng, versuck-ng, airgraph-ng and
airdrop-ng.
Note: Experimental. Each script has its own dependences.
Note: It's only required in install phase.
* gcrypt: Use libgcrypt crypto library instead of the default OpenSSL.
And also use internal fast sha1 implementation (borrowed from GIT)
Dependency (Debian): libgcrypt20-dev
* libnl: Add support for netlink (nl80211). Linux only. Requires libnl1 OR libnl3.
Enabled by default. Dependencies (debian):
LibNL 1: libnl-dev
LibNL 3: libnl-3-dev and libnl-genl-3-dev.
* pcre: Add support for regular expression matching for ESSID in airodump-ng and besside-ng.
Dependencies:
- Debian based distro: libpcre3-dev
- FreeBSD: pcre
* duma: Compile with DUMA support. DUMA is a library to detect buffer overruns and under-runs.
Dependencies (debian): duma
* xcode: Set this flag to true to compile on OS X with Xcode 7+.
* macport: Set this flag to true to compile on OS X with macports.
* stackprotector: Allows to enable/disable auto-detection of stack-protector support in gcc
Example:
* Compiling:
make sqlite=true experimental=true pcre=true
* Compiling with gcrypt
make gcrypt=true
* Installing:
make sqlite=true pcre=true experimental=true install
* Installing, with external scripts:
make sqlite=true pcre=true experimental=true ext_scripts=true
* Testing (with sqlite, experimental and pcre)
make sqlite=true experimental=true pcre=true check
* Compiling on OS X with macports (and all options):
gmake macport=true sqlite=true experimental=true pcre=true
* Compiling on FreeBSD with better performance
gmake CC=gcc5 CXX=g++5
=== Packaging ===
Automatic detection of CPU optimization is done at compile time. This behavior
is not desirable when packaging Aircrack-ng (for a Linux distribution).
It can be overridden by creating common.cfg in the same directory as this file
with the following settings when compiling on x86 (32 or 64 bit):
NEWSSE=false
SIMDCORE=false
PTHREAD=Y
=== Using precompiled binaries ===
Linux/BSD:
* Use your package manager to download aircrack-ng
* In most cases, they have an old version.
Windows:
* Install the appropriate "monitor" driver for your card (standard drivers doesn't work for capturing data).
* aircrack-ng suite is command line tools. So, you have to open a commandline
(Start menu -> Run... -> cmd.exe) then use them
* Run the executables without any parameters to have help