Questions tagged [aircrack-ng]

Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured.

It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools.

In fact, Aircrack-ng is a set of tools for auditing wireless networks.

98 questions
15
votes
4 answers

Can't install aircrack-ng

Whenever I attempt to install aircrack-ng in terminal I get the following error: Package aircrack-ng is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from…
Chris
  • 151
13
votes
2 answers

Getting an error when using 'make' command (installing aircrack-ng on Ubuntu 12.04)

I followed these instructions. I edited the common.mak file successfully and when I ran make I get this error: mohd-arafat-hossain@TUD:~/aircrack-ng-1.1$ make make -C src all make[1]: Entering directory…
11
votes
1 answer

How can I solve "fixed channel -1" (mon0 is on channel -1) issue when using airodump-ng?

I am beginner in Ubuntu 12.04, and have a problem with aircrack-ng. airodump-ng gived me a fixed channel -1 error. The access point is on channel 5, but I can't switch to that channel because of that error. My hardware is: Broadcom BCM431, driver…
Mr.lalala
  • 121
10
votes
3 answers

How to install aircrack-ng latest version

How to install aircrack-ng latest version from terminal in Ubuntu 16.04 ?
B.Fritz
  • 149
9
votes
1 answer

How to check if you cards supports monitor mode

How can I check if my wireless card supports monitor mode, e.g. for use with aircrack-ng? I know there is a command that shows something like wifi adapters attributes or something, but I can't remember.
Tomas
  • 145
7
votes
3 answers

"ERROR while getting interface flags: no such device"

The command airmon-ng start wlan0 gives as output Found 5 processes that could cause trouble. If airodump-ng, aireplay-ng or airtun-ng stops working after a short period of time you may want to kill (some of) them! PID Name 3258 …
7
votes
4 answers

Airmon-ng command not found

In the terminal I get Command not found when I type: airmon-ng start wlan0 What can I do to access the airmon-ng command?
pranphy
  • 1,668
6
votes
6 answers

Aircrack-ng, using airmon-ng to change to monitor mode

I've followed this tutorial on installing aircrack on Ubuntu 14.04: https://www.youtube.com/watch?v=xdvGZlUzfRs&src_vid=OF0UjeoTXoI&feature=iv&annotation_id=annotation_1882595149 I had to tweak a few things to get it to download successfully, but…
boop
  • 63
6
votes
4 answers

Installing cowpatty

I'm trying to install Wifite from these instructions, but I can't install cowpatty. See below: root@vitor-hp:~# apt-get install cowpatty Reading package lists ... ready Building dependency tree Reading state information ... ready E: Could not find…
Vitor Mazuco
  • 1,461
5
votes
4 answers

How to install aircrack

Can I get help installing aircrack-ng-1.2-beta3/aircrackng-1.1 in a detailed form? Im using Ubuntu 14.04.
4
votes
2 answers

Problem with mon0 interface

Please I have problem on my mon0 interface I try different ways but still couldn't fix it. I want to turn on mon0. and here is the outcome. # airmon-ng start wlan0 Found 4 processes that could cause trouble. If airodump-ng, aireplay-ng or airtun-ng…
4
votes
3 answers

sudo airmon-ng start wlan0 not working

I am new in Linux. Just installed Ubuntu 12.04 and I installed some updates so I can use aircrack-ng. When I write mixa@mixa-Lenovo-G780:~$ sudo airmon-ng start eth1, I get: Found 4 processes that could cause trouble. If airodump-ng, aireplay-ng or…
mixa
  • 41
3
votes
0 answers

Creating a Custom Live USB Lubuntu with Scripts

Working on a project for a client, the deliverables are a lightweight Linux Distro (I'm using Lubuntu versus Puppy or Mint due to familiarity), is Live Bootable from a 8/16GB USB drive and upon startup runs a script that will automatically send…
3
votes
1 answer

Error on installing aircrack-ng "/usr/bin/ld: cannot find -lnl-genl-3"

I am using 14.04. I followed this post on installing Aircrack. As I enter the last command sudo make install I am getting this error: /usr/bin/ld: cannot find -lnl-genl-3
3
votes
2 answers

Error for wireless request "Set Frequency" (8B04) :

I have setup a monitoring interface using: sudo airmon-ng start wlan0 channel 11 sudo iwconfig wlan0 IEEE 802.11bgn ESSID:"" Mode:Managed Frequency:2.437 GHz Access Point: CC:B2:55:4L:3D:21 Bit Rate=65 Mb/s Tx-Power=20…
1
2 3 4 5 6 7