Re: Crack Wep on OpenWRT
I made a fake authentication because I want to try a arp attack:Quoteroot@Abc:~/wlan# aireplay-ng -1 0 -a xx:xx:xx:xx:xx:xx -h xx:xx:xx:xx:xx:xx mon117:13:17 Waiting for beacon frame (BSSID:...
View ArticleSuddenly I dont have my netgear wirless usb adapter detected by Kali
After playing around with Airmon-ng and other stuff when i was done i just close the terminal had been using Fluxion, reaver and airmon-ng. I have tried sudo /etc/init.d/network-manager restart. Doesnt...
View ArticleRe: Crack Wep on OpenWRT
There is something wrong and the different commands told you that. Check dmesg.
View ArticleRe: Suddenly I dont have my netgear wirless usb adapter detected by Kali
I usually do service networking restart and that's good enough. Reboot if that doesn't work.
View ArticleRe: Resume Bug Found In aircrack-ng
aircrack-ng crashes (hangs) at passphrase: 0FFFFFBDanything passphrase after 0FFFFFBD hangs tooprogram flow runs correctly at least all the way up to this output:aircrack-ng.c: line 5740printf(...
View ArticleRe: Aircrack on Qualcomm Atheros QCA6174
same card, same dmesg warnings, airmon-ng displays nothing.
View ArticleRe: Aircrack-ng 1.2 rc4 on Openwrt
Yes just tried latest commit. Patch from https://github.com/aircrack-ng/aircrack-ng/issues/65 is needed for openwrt build[code]## Copyright (C) 2006-2015 OpenWrt.org## This is free software, licensed...
View ArticleRe: Aircrack-ng 1.2 rc4 on Openwrt
I'll check out that zip file and see the difference. By the way, the code you mention, "unstable" compilation option became "experimental" in 1.2-rc2
View ArticleRe: Aircrack-ng 1.2 rc4 on Openwrt
I can't put the whole patch, it's not really good (it focuses on OpenWrt and ignores others) but I added the include (in trunk r2888) that should fix the compilation. Let me know how it compiles now.
View ArticleExclude clients from Airodump
When performing airodump on a target I have one or two clients popping up again and again and trying the old password. One tries the old password and one tries the password before that.Airmon-ng then...
View ArticleRe: Aircrack-ng 1.2 rc4 on Openwrt
Will not build without patch. Trying your latest commit will still failmake[4]: Entering directory...
View ArticleRe: Exclude clients from Airodump
Aircrack-ng doesn't need the full 4 packets from the handshake to work on. It is useful if you are far away from the target.Simply use wireshark to isolate the handshake you want to work on.
View ArticleRe: Aircrack-ng 1.2 rc4 on Openwrt
That's due to -fstack-protector parameter. I'll see if I can add a parameter to allow disabling it.I found this...
View ArticleRe: Exclude clients from Airodump
So Airodump will keep capturing many handshakes even after the first one? I then use wireshark to decide which one to use ?
View ArticleRe: Aircrack-ng 1.2 rc4 on Openwrt
Try latest svn (r2889) and let me know. Add stackprotector=false when running make.
View ArticleRe: After aircrack -ng my laptop shutsdown
use cpulimit to avoid the battery dry. of course it will slow down and the crack will take a lot more time.
View Articleaircrack compilation errors
Apologies if the solution to this has been posted and I've overlooked it. Very new to all this and trying to install and compile aircrack-ng on Kali on the Raspberry Pi2. I think I've installed all...
View ArticleRe: aircrack compilation errors
Not sure why you want to recompile the release on Kali since it's already there.Anyway, this is due to an update of openssl to 1.1 and has been fixed in subversion a few weeks ago.
View ArticleRe: Add channel option to aireplay-ng
I get Invalid destination MAC address."aireplay-ng --help" for help.for -c 9 and -c 11
View Article