This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
install_aircrack [2018/11/22 00:11] mister_x [Linux/BSD/OSX] General updates and Linux packages |
install_aircrack [2019/04/07 22:56] mister_x add ldconfig to avoid "error while loading shared libraries: libaircrack-ng.so.0" |
||
---|---|---|---|
Line 65: | Line 65: | ||
==== Current version ==== | ==== Current version ==== | ||
- | wget https://download.aircrack-ng.org/aircrack-ng-1.4.tar.gz | + | wget https://download.aircrack-ng.org/aircrack-ng-1.5.2.tar.gz |
- | tar -zxvf aircrack-ng-1.4.tar.gz | + | tar -zxvf aircrack-ng-1.5.2.tar.gz |
- | cd aircrack-ng-1.4 | + | cd aircrack-ng-1.5.2 |
autoreconf -i | autoreconf -i | ||
./configure --with-experimental | ./configure --with-experimental | ||
make | make | ||
make install | make install | ||
+ | ldconfig | ||
==== Compiling with AirPcap support (cygwin only) === | ==== Compiling with AirPcap support (cygwin only) === | ||
Line 95: | Line 96: | ||
make | make | ||
make install | make install | ||
+ | ldconfig | ||
==== ./configure flags ==== | ==== ./configure flags ==== | ||
Line 126: | Line 127: | ||
===== Troubleshooting Tips ===== | ===== Troubleshooting Tips ===== | ||
+ | ==== error while loading shared libraries: libaircrack-ng.so.0 ==== | ||
+ | |||
+ | Run **ldconfig** as root or with "sudo" to solve the issue. | ||
+ | |||
==== "command not found" error message ==== | ==== "command not found" error message ==== | ||
Line 198: | Line 203: | ||
* 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://aircrack-ng.org|Wiki home page]]. | * 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://aircrack-ng.org|Wiki home page]]. | ||
- | * Unzip the contents of the Aircrack-ng zip file into "C:\". This will create a directory called "aircrack-ng-1.4-win". This directory name will vary based on the exact version that you downloaded. This main directory contains three subdirectories - "bin", "src" and "test". | + | * Unzip the contents of the Aircrack-ng zip file into "C:\". This will create a directory called "aircrack-ng-1.5.2-win". This directory name will vary based on the exact version that you downloaded. This main directory contains three subdirectories - "bin", "src" and "test". |
Prior to using the software, make sure to install the drivers for your particular wireless card. See this [[install_drivers#windows|link]] for the instructions. We currently only support Airpcap; other adapters may be supported but require development of your own DLL so the different tools can interact with it. | Prior to using the software, make sure to install the drivers for your particular wireless card. See this [[install_drivers#windows|link]] for the instructions. We currently only support Airpcap; other adapters may be supported but require development of your own DLL so the different tools can interact with it. | ||
Line 204: | Line 209: | ||
To now use the Aircrack-ng suite, start Windows Explorer and double click on **Aircrack-ng GUI.exe** inside "bin" subdirectory. The GUI requires .NET version 4.6.1 to run. | To now use the Aircrack-ng suite, start Windows Explorer and double click on **Aircrack-ng GUI.exe** inside "bin" subdirectory. The GUI requires .NET version 4.6.1 to run. | ||
- | Alternatively, open a command prompt (Start menu -> Execute -> cmd.exe) and change to the "C:\aircrack-ng-1.4-win\bin" directory and execute the individual commands. | + | Alternatively, open a command prompt (Start menu -> Execute -> cmd.exe) and change to the "C:\aircrack-ng-1.5.2-win\bin" directory and execute the individual commands. |
\\ | \\ | ||
\\ | \\ |