Installing aircrack in linux

How To Install aircrack-ng on Kali Linux

In this tutorial we learn how to install aircrack-ng on Kali Linux.

What is aircrack-ng

aircrack-ng is an 802.11a/b/g WEP/WPA cracking program that can recover a 40-bit, 104-bit, 256-bit or 512-bit WEP key once enough encrypted packets have been gathered. Also it can attack WPA1/2 networks with some advanced methods or simply by brute force.

It implements the standard FMS attack along with some optimizations, thus making the attack much faster compared to other WEP cracking tools. It can also fully use a multiprocessor system to its full power in order to speed up the cracking process.

aircrack-ng is a fork of aircrack, as that project has been stopped by the upstream maintainer.

There are three ways to install aircrack-ng on Kali Linux . We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.

Install aircrack-ng Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install aircrack-ng using apt-get by running the following command:

sudo apt-get -y install aircrack-ng 

Install aircrack-ng Using apt

Update apt database with apt using the following command.

After updating apt database, We can install aircrack-ng using apt by running the following command:

sudo apt -y install aircrack-ng 

Install aircrack-ng Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.

After updating apt database, We can install aircrack-ng using aptitude by running the following command:

sudo aptitude -y install aircrack-ng 

How To Uninstall aircrack-ng on Kali Linux

To uninstall only the aircrack-ng package we can use the following command:

sudo apt-get remove aircrack-ng 

Uninstall aircrack-ng And Its Dependencies

To uninstall aircrack-ng and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove aircrack-ng 

Remove aircrack-ng Configurations and Data

To remove aircrack-ng configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge aircrack-ng 

Remove aircrack-ng configuration, data, and all of its dependencies

We can use the following command to remove aircrack-ng configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge aircrack-ng 

References

Summary

In this tutorial we learn how to install aircrack-ng using different package management tools like apt, apt-get and aptitude.

Читайте также:  Punto switcher linux fedora

Источник

Install Aircrack-ng on Ubuntu

Aircrack-ng is a whole suite of tools for Wireless Security Auditing. It can be used to monitor, test, crack or attack Wireless Security Protocols like WEP, WPA, WPA2. Aircrack-ng is command line based and is available for Windows and Mac OS and other Unix based Operating systems. Aircrack-ng suite contains a lot of tools used for various purposes but here we’ll only look at some important tools that are used more often in Wireless Security testing.

Airmon-ng is used to manage wireless card modes and to kill unnecessary processes while using aircrack-ng. To sniff a wireless connection, you need to change your wireless card from managed mode to monitor mode and airmon-ng is used for that purpose.

Airodump-ng is a wireless sniffer that can capture wireless data from one or more wireless Access Points. It is used to analyze nearby Access Points and to capture handshakes.

Aireplay-ng is used for replay attacks and as packet injector. It can be de-authenticate users from their APs to capture handshakes.

Airdecap-ng is used to decrypt encrypted WEP, WPA/WPA2 wireless packets with known key.

Aircrack-ng is used to attack WPA/WEP wireless protocols in order to find the key.

Installation

Aircrack-ng is easy to install in Ubuntu using APT. Just type the following command and this will install all tools available in Aircrack-ng suite.

Usage

In this article, we’ll take a quick look at how to use aircrack-ng to crack an encrypted wireless network (TR1CKST3R in this example) to find the password.

First of all, list out all available wireless cards connected to your PC using ‘iwconfig’ command.

We’ll use ‘wlxc83a35cb4546’ named wireless card for this tutorial (This might be different in your case). Now, kill all the processes running on wireless card using airmon-ng.

ubuntu@ubuntu:~$ sudo airmon-ng check kill
Start Monitor mode on ‘wlxc83a35cb4546’ by typing
ubuntu@ubuntu:~$ sudo airmon-ng start wlxc83a35cb4546

Now, airmon-ng has started Monitor mode on wireless card, it’ll appear as different name ‘wlan0mon’. Run ‘iwconfig’ again to list wireless details.

Читайте также:  Astra linux драйвера звука

Then, use airodump-ng to see nearby Wireless Access Points and their properties.

You can narrow down search using MAC (–bssid) and channel (-c) filters. To capture handshake (Handshake contains encrypted password), we need to save our packets somewhere using “–write” option. Type,

ubuntu@ubuntu:~$ sudo airodump-ng —bssid 6C:B7: 49 :FC: 62 :E4
-c 11 wlan0mon —write / tmp / handshake.cap

—bssid : Access Point’s MAC Address

-c : Access Point’s channel [ 1 — 13 ]

—write : Stores captured packets at a defined location

Now, we need to de-authenticate every device from this Access Point using Aireplay-ng utility. Write

-a : Specify Access Points MAC for Aireplay-ng

-0 : Specify number of deauth packets to send

After a while, all devices will be disconnected from that Access Point, when they’ll try to reconnect, running airodump-ng will capture the handshake. It’ll appear at the top of running airodump-ng.

Handshake is stored in ‘/tmp/’ directory, and contains encrypted password that can be brute forced offline using a dictionary. To crack the password, we’ll be using Aircrack-ng. Type

ubuntu@ubuntu:~$ sudo aircrack-ng / tmp / handshake.cap-01.cap -w
/ usr / share / wordlists / rockyou.txt
-w : Specify the dictionary location

Aircrack-ng will go through the list of passwords, and if found, it’ll display the password used as key.

In this case, aircrack-ng found the password used ‘123456789’.

Now, stop Monitor mode on wireless card and restart the network-manager.

Conclusion

Aircrack-ng can be used to audit Wireless Security or to crack forgotten passwords. There are some other similar tools available for this purpose like Kismet but aircrack-ng is better known for good support, versatility and having wide range of tools. It has easy to use Command line interface which can easily be automated using any scripting language like Python.

About the author

Usama Azad

A security enthusiast who loves Terminal and Open Source. My area of expertise is Python, Linux (Debian), Bash, Penetration testing, and Firewalls. I’m born and raised in Wazirabad, Pakistan and currently doing Undergraduation from National University of Science and Technology (NUST). On Twitter i go by @UsamaAzad14

Источник

HackWare.ru

Этичный хакинг и тестирование на проникновение, информационная безопасность

Как установить последнюю версию aircrack-ng в Linux Mint или Ubuntu

Aircrack-ng — это набор инструментов для аудита беспроводных сетей.

В стандартных репозиториях Linux Mint и Ubuntu присутствует aircrack-ng, поэтому установка этого пакета очень проста:

sudo apt update sudo apt install aircrack-ng

Но в репозиториях, а соответственно теперь и нашей системе, старая версия aircrack-ng.

В этом легко убедиться следующей командой:

Как можно увидеть, в репозиториях Linux Mint и Ubuntu имеется 1.2-0~beta3 релиз. Версия aircrack-ng 1.2-beta3 была выпущена 31 октября 2014 года. Как можно убедиться, посмотрев официальный список изменений, после этого релиза было сделано ещё несколько, каждый из которых имеет много исправлений и улучшений.

Читайте также:  Linux user programs directory

Это не повод впадать в отчаяние, вы можем получить самую последнюю версию aircrack-ng на нашем домашнем компьютере с операционной системой Linux Mint или Ubuntu. Мы установим её из исходников.

Как в Linux Mint и Ubuntu установить aircrack-ng из исходного кода

Удалите aircrack-ng если пакет уже установлен:

sudo apt remove aircrack-ng

Установите зависимости aircrack-ng, которые необходимы для компиляции и работы этой программы:

sudo apt install git autoconf automake libpcre3-dev libnl-3-dev libsqlite3-dev libssl-dev ethtool build-essential g++ libnl-genl-3-dev libgcrypt20-dev libtool python3-distutils sudo apt install -y pkg-config

Загружаем исходный код aircrack-ng, компилируем и устанавливаем aircrack-ng:

git clone https://github.com/aircrack-ng/aircrack-ng.git cd aircrack-ng/ autoreconf -i ./configure --with-experimental --with-ext-scripts make sudo make install

Обновляем базу данных OUI:

Проверяем, чтобы убедиться, что в нашей системе Linux Mint действительно установлена самая последняя версия Aircrack-ng 1.2 rc4:

В специализированных дистрибутивах, таких как Kali Linux и BlackArch уже установлен последний релиз Aircrack-ng, поэтому в этих ОС не нужно делать установку из исходного кода.

Как использовать Aircrack-ng в Linux Mint и Ubuntu

Ознакомиться с теорией и практикой использования Aircrack-ng вы сможете по статье «Как взломать Wi-Fi».

Связанные статьи:

Рекомендуется Вам:

5 комментариев to Как установить последнюю версию aircrack-ng в Linux Mint или Ubuntu

все бы ничего, а почему без библиотеки https://support.riverbed.com/content/support/software/steelcentral-npm/airpcap.html —with-airpcap=/tmp/aircrack-ng/Airpcap_Devpack airpcap либа как я понял в линукс особо и не нужна?

в Airpcap_Devpack только i386 либа под линукс, для x64 нужно конвертировать из DLL в А\под линукс библиотеку конвертировать через dlltool конвертировал airpcap , aircrack-ng скомпилился и вроде работает, как проверить airpcap еще не понял ;))

Alexey :

Эта библиотека нужна для поддержки AirPcap (больше не выпускается и не поддерживается) — железо, которое в Windows в некоторых программах умело захватывать сырые Wi-Fi фреймы. В Linux такое вообще не требуется.

установил из исходников, ни одна команда, кроме aircrack-ng не воспринимается, пишет -bash: /usr/sbin/airmon-ng: Нет такого файла или каталога

Alexey :

Я специально установил свежую Mint, обновил её до последней версии. Выполнил всё по этой инструкции (оказалось, что ещё нужен пакет git). В результате всё прекрасно работает, вот скриншот сразу после установки — там я пытаюсь вывести версию, но факт в том, что все команды на месте — по TAB’у предлагаются все программы: А здесь я открыл airmon-ng: Когда что-то не работает, до того как закрыли консоль с установкой нужно сделать скриншоты, скопировать ошибки и сразу писать сюда в комментарии. Поскольку я не смог воспроизвести проблему, то и помочь ничем не могу.

Источник

Оцените статью
Adblock
detector