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: Hack and Track People's Device Constantly Using TRAPE 32 Replies
21 hrs ago -
Forum Thread: 12 Ways How to Hack Any Social Network and Protect Yourself 2018 1 Replies
1 day ago -
Metasploit Error: Handler Failed to Bind 40 Replies
4 days ago -
Forum Thread: How to Know if You Are a Script Kiddie? 9 Replies
2 wks ago -
Forum Thread: How to Identify and Crack Hashes 8 Replies
2 wks ago -
Forum Thread: How to Hack School Website 8 Replies
3 wks ago -
Forum Thread: Whenever I Try "Airmon-Ng Start wlan0" There's an Error? 16 Replies
3 wks ago -
Forum Thread: How to Fix 'Failed to Detect and Mount CD-ROM' Problem When Installing Kali Linux 14 Replies
3 wks ago -
Forum Thread: Awesome Keylogging Script - BeeLogger 30 Replies
1 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 27 Replies
1 mo ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 48 Replies
1 mo ago -
Forum Thread: Create and Use Android/Meterpreter/reverse_tcp APK with Msfvenom? 121 Replies
1 mo ago -
How to: Minecraft DoS'Ing with Python. 1 Replies
2 mo ago -
Forum Thread: HELP I Created an Apk for Hacking My Phone Using Kali Linux in Virtual Box How Can I Install That Apk on My Phone 17 Replies
2 mo ago -
Forum Thread: Tools for Beginner Hacker 3 Replies
2 mo ago -
Forum Thread: How to Embed an Android Payload in an Image? 9 Replies
3 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 46 Replies
3 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 11 Replies
3 mo ago -
Forum Thread: Fix Initramfs Problem 5 Replies
3 mo ago -
Forum Thread: Kali Wont Start, Stuck at Kali Login: 21 Replies
4 mo ago
-
How To: Check if Your Wireless Network Adapter Supports Monitor Mode & Packet Injection
-
How To: Top 10 Things to Do After Installing Kali Linux
-
How To: Dox Anyone
-
How To: Scan Websites for Interesting Directories & Files with Gobuster
-
Hacking Windows 10: How to Dump NTLM Hashes & Crack Windows Passwords
-
How To: Find Vulnerable Webcams Across the Globe Using Shodan
-
How To: Find Anyone's Private Phone Number Using Facebook
-
How To: SQL Injection Finding Vulnerable Websites..
-
How To: Host Your Own Tor Hidden Service with a Custom Onion Address
-
Hacking Windows 10: How to Create an Undetectable Payload, Part 2 (Concealing the Payload)
-
How To: Find Identifying Information from a Phone Number Using OSINT Tools
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
How To: Hack Android Using Kali (Remotely)
-
How To: Enumerate SMB with Enum4linux & Smbclient
-
How To: Use Burp & FoxyProxy to Easily Switch Between Proxy Settings
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
How To: Bypass File Upload Restrictions on Web Apps to Get a Shell
-
How To: Create Packets from Scratch with Scapy for Scanning & DoSing
-
How To: Spy on Network Relationships with Airgraph-Ng
-
How To: Crack SSH Private Key Passwords with John the Ripper
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