hey guys i have a problem with kali linux rolling edition when i updated aircrack-ng to the last version Aircrack-ng 1.2 rc4 i got this problem airodump-ng crashes with illegal instruction (airdump-ng works fine before the update )
- Hot
- Active
-
Forum Thread: Whatsapp Hack? 16 Replies
20 hrs ago -
Forum Thread: How to Track Who Is Sms Bombing Me . 4 Replies
2 mo ago -
Forum Thread: Removing Pay-as-You-Go Meter on Loan Phones. 1 Replies
2 mo ago -
Forum Thread: Hydra Syntax Issue Stops After 16 Attempts 3 Replies
2 mo ago -
Forum Thread: moab5.Sh Error While Running Metasploit 17 Replies
3 mo ago -
Forum Thread: Execute Reverse PHP Shell with Metasploit 1 Replies
5 mo ago -
Forum Thread: Install Metasploit Framework in Termux No Root Needed M-Wiz Tool 1 Replies
5 mo ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 35 Replies
6 mo ago -
Forum Thread: When My Kali Linux Finishes Installing (It Is Ready to Boot), and When I Try to Boot It All I Get Is a Black Screen. 8 Replies
7 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 12 Replies
7 mo ago -
Forum Thread: Hack Instagram Account Using BruteForce 208 Replies
8 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 47 Replies
9 mo ago -
Forum Thread: How to Train to Be an IT Security Professional (Ethical Hacker) 22 Replies
9 mo ago -
Metasploit Error: Handler Failed to Bind 41 Replies
10 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 21 Replies
10 mo ago -
How to: HACK Android Device with TermuX on Android | Part #1 - Over the Internet [Ultimate Guide] 177 Replies
10 mo ago -
How to: Crack Instagram Passwords Using Instainsane 36 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device Remotely, to Gain Acces to Gmail, Facebook, Twitter and More 5 Replies
10 mo ago -
Forum Thread: How Many Hackers Have Played Watch_Dogs Game Before? 13 Replies
10 mo ago -
Forum Thread: How to Hack an Android Device with Only a Ip Adress 55 Replies
11 mo ago
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: Top 10 Things to Do After Installing Kali Linux
-
How To: Extract Bitcoin Wallet Addresses & Balances from Websites with SpiderFoot CLI
-
How To: Control Network Traffic with Evil Limiter to Throttle or Kick Off Devices
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How To: Dox Anyone
-
How To: Use Kismet to Watch Wi-Fi User Activity Through Walls
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
Steganography: How to Hide Secret Data Inside an Image or Audio File in Seconds
-
How To: Hunt Down Social Media Accounts by Usernames with Sherlock
-
How To: Buy the Best Wireless Network Adapter for Wi-Fi Hacking in 2019
-
How To: Gain SSH Access to Servers by Brute-Forcing Credentials
-
How To: Brute-Force Nearly Any Website Login with Hatch
-
How To: Hijack Chromecasts with CATT to Display Images, Messages, Videos, Sites & More
-
How To: Crack Shadow Hashes After Getting Root on a Linux System
-
Hacking Gear: 10 Essential Gadgets Every Hacker Should Try
-
How To: Hack Networks & Devices Right from Your Wrist with the Wi-Fi Deauther Watch
-
Mac for Hackers: How to Install Kali Linux as a Virtual Machine
-
How To: Brute-Force WPA/WPA2 via GPU
-
How To: Use Ettercap to Intercept Passwords with ARP Spoofing
9 Responses
I have been looking everywhere for this answer, I am having the exact same issue. I can get airmon-ng start wlan0. I end up with the wlan0mon. Then when I airodump-ng wlan0mon it gives me the illegal instruction and freezes the terminal. I had it working this morning but during the day I did do an apt-get update, apt-get upgrade and since then it has been doing the above. Was really hoping you had someone who had posted an answer, sorry for not having one for you. In the same boat with you though.
yes when you do the upgrade aircrack-ng updated to a newer version
Aircrack-ng 1.2 rc4 that not compatible with kali linux rolling edition
i think its a bug take a look at this
https://bugs.kali.org/view.php?id=3080
do you know how to restore the previous version
I am a noob. Trying to figure out how to uninstall and reinstall now. I know you can get older versions of Aircrack-ng at there main page. Just hit the Aircrack-ng button up in your toolbar and it will take you there. Then there is a "Sources" button by downloads that has older versions.
http://archive.aircrack-ng.org/aircrack-old/aircrack-2.23.tgz
I already downloaded an older version but i have a problem with install it
Wish I could help. If anyone out there could be so kind as to give some direction it would be much appreciated. I need to know how to uninstall and reinstall the Aircrack-ng suite software. Thanks in advance. Good Luck Red John, if you figure it out plz let me know how you got it. I will do the same.
Hey Red John I did another apt-get update apt-get upgrade this morning and it looks like they fixed the bugs in airodump-ng.
To return to an earlier version of Air crack, just edit the file with any text editor such as sudo, in /etc/apt/sources.list and add the following line:
deb http://ftp.br.debian.org/debian/ wheezy-backports main contrib non-free
Put # the line that there is the same repository with the current version for example:
# Deb http://ftp.br.debian.org/debian/ jessie-backports main contrib non-free
, Make an upgrade and then you can install via terminal or via synaptic. Once installed you can return the /etc/apt/sources.list changes to the current version, and automatically update to avoid a new version, you can lock the installed version with the following commands to lock the package:
with APT-GET -> apt-mark hold package_name
with APTITUDE -> aptitude hold package_name
To unlock the package:
with APT-GET -> apt-mark unhold package_name
with APTITUDE -> aptitude unhold package_name
In this way the package is locked and can only be updated manually after unlocked.
Good luck....
Share Your Thoughts