install_aircrack
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
install_aircrack [2018/11/22 00:11] – [Linux/BSD/OSX] General updates and Linux packages mister_x | install_aircrack [2024/06/20 10:32] (current) – [Linux/BSD/OSX] Fix typo in for installing with macports mister_x | ||
---|---|---|---|
Line 15: | Line 15: | ||
* Airmon-ng requires ethtool and rfkill | * Airmon-ng requires ethtool and rfkill | ||
+ | * If USB bus is present, lsusb | ||
+ | * If PCI/PCIe bus is present, lspci | ||
* LibNetlink 1 (libnl-dev) or 3 (libnl-3-dev and libnl-genl-3-dev) development packages. It can be disabled by passing --disable-libnl to configure. | * LibNetlink 1 (libnl-dev) or 3 (libnl-3-dev and libnl-genl-3-dev) development packages. It can be disabled by passing --disable-libnl to configure. | ||
* Kernel headers and gcc as well as make have to be installed on your system (build-essential on Debian based distributions) | * Kernel headers and gcc as well as make have to be installed on your system (build-essential on Debian based distributions) | ||
Line 25: | Line 27: | ||
* make and Standard C++ Library development package | * make and Standard C++ Library development package | ||
- | ==== OS X ==== | + | ==== MacOS ==== |
Install the following via Homebrew (brew): | Install the following via Homebrew (brew): | ||
Line 35: | Line 37: | ||
* shtool | * shtool | ||
* pkg-config | * pkg-config | ||
+ | * hwloc | ||
+ | * pcre | ||
+ | * sqlite3 | ||
+ | * libpcap | ||
+ | * cmocka (optional) | ||
==== FreeBSD, OpenBSD, NetBSD, Solaris ==== | ==== FreeBSD, OpenBSD, NetBSD, Solaris ==== | ||
Line 44: | Line 51: | ||
* pcre | * pcre | ||
* sqlite3 | * sqlite3 | ||
- | * gcc7 optional | + | * gcc9 (or better) |
===== Optional stuff ===== | ===== Optional stuff ===== | ||
Line 65: | Line 72: | ||
==== Current version ==== | ==== Current version ==== | ||
- | wget https:// | + | wget https:// |
- | tar -zxvf aircrack-ng-1.4.tar.gz | + | tar -zxvf aircrack-ng-1.7.tar.gz |
- | cd aircrack-ng-1.4 | + | cd aircrack-ng-1.7 |
| | ||
| | ||
make | make | ||
make install | make install | ||
+ | | ||
==== Compiling with AirPcap support (cygwin only) === | ==== Compiling with AirPcap support (cygwin only) === | ||
Line 82: | Line 90: | ||
Commands are exactly the same as Linux but instead of **make**, use **gmake** (with **CC=gcc5 CXX=g++5** or any more recent gcc version installed). | Commands are exactly the same as Linux but instead of **make**, use **gmake** (with **CC=gcc5 CXX=g++5** or any more recent gcc version installed). | ||
- | ==== Compiling on OS X ==== | + | ==== Compiling on MacOS ==== |
Commands are exactly the same as Linux | Commands are exactly the same as Linux | ||
Line 95: | Line 103: | ||
make | make | ||
make install | make install | ||
+ | ldconfig | ||
==== ./configure flags ==== | ==== ./configure flags ==== | ||
Line 124: | Line 132: | ||
* **with-static-simd=**: | * **with-static-simd=**: | ||
+ | |||
+ | * **enable-maintainer-mode**: | ||
===== Troubleshooting Tips ===== | ===== Troubleshooting Tips ===== | ||
+ | ==== error while loading shared libraries: libaircrack-ng.so.0 ==== | ||
+ | |||
+ | Run **ldconfig** as root or with " | ||
+ | |||
==== " | ==== " | ||
Line 169: | Line 183: | ||
===== Linux/ | ===== Linux/ | ||
- | With the exception of Linux penetration testing distributions, | + | With the exception of Linux penetration testing distributions, |
- | + | ||
- | We offer packages for a number of Linux distributions in 64 bit thanks to [[https:// | + | |
- | + | ||
- | + | ||
- | * Debian | + | |
- | * Ubuntu | + | |
- | * Mint | + | |
- | * SLES | + | |
- | * OpenSuse | + | |
- | * Fedora | + | |
- | * RHEL | + | |
- | * CentOS | + | |
- | * Amazon Linux | + | |
- | * Elementary OS | + | |
- | + | ||
- | While most folks want to use our " | + | |
- | + | ||
- | More details about them can be found in our [[https:// | + | |
- | On OSX, install it is via [[https:// | + | On MacOS, install it is via [[https:// |
===== Windows ===== | ===== Windows ===== | ||
Line 198: | Line 194: | ||
* Download the latest version of the Aircrack-ng suite for Windows to your computer. The link for the zip file can be found on the [[https:// | * Download the latest version of the Aircrack-ng suite for Windows to your computer. The link for the zip file can be found on the [[https:// | ||
- | * Unzip the contents of the Aircrack-ng zip file into " | + | * Unzip the contents of the Aircrack-ng zip file into " |
Prior to using the software, make sure to install the drivers for your particular wireless card. See this [[install_drivers# | Prior to using the software, make sure to install the drivers for your particular wireless card. See this [[install_drivers# | ||
Line 204: | Line 200: | ||
To now use the Aircrack-ng suite, start Windows Explorer and double click on **Aircrack-ng GUI.exe** inside " | To now use the Aircrack-ng suite, start Windows Explorer and double click on **Aircrack-ng GUI.exe** inside " | ||
- | Alternatively, | + | Alternatively, |
\\ | \\ | ||
\\ | \\ |
install_aircrack.1542841911.txt.gz · Last modified: 2018/11/22 00:11 by mister_x