Re: USB WiFi Adapters with 5GHz 802.11n/ac Support?
Thanks misterx!I am using Ubuntu 14.04, which should have a relatively recent kernel. I'm certainly willing to try a different distro, though. Are the drivers specific to the Kali/Pentoo distros or are...
View ArticleRe: USB WiFi Adapters with 5GHz 802.11n/ac Support?
If you install Kali and update it, it will have a 3.14 kernel which is more recent than on ubuntu (try a VM since those adapters are USB).Make sure to use airmon-ng or airmon-zc since iwconfig is...
View ArticleRe: Fixed channel issue [solved]
Quote from: marshal on September 04, 2013, 10:39:46 ami solved the injection/negative channel issues!! and i believe this should work for you too otousama if its injection that fails for you with...
View ArticleD-link DWA-125 USB
[in resume does D-link DWA-125 USB work for aircrack-in?]hey i am getting into aircrack-ng and my laptop chipset doesn't support package injection and i dont want to tamper with it.On the site they...
View ArticleRe: USB WiFi Adapters with 5GHz 802.11n/ac Support?
Hi misterx et al.,I've reached my next roadblock (a recognized adapter in monitor mode, but it sees nothing). Below is what I've tried.I installed Kali 1.0.8 on a VM using VirtualBox. I updated with...
View ArticleMissing commands for aireplay-ng, airmon-ng... but exist in man file
Hello, kind forum folk.I installed aircrack-ng (1:1.1-6~bpo70+1) successfully with the recommended Debian package. However, my terminal seems to be missing commands for aireplay-ng, airmon-ng, etc....
View ArticleRe: USB WiFi Adapters with 5GHz 802.11n/ac Support?
Hi all,I continued my experiments with the Kali 1.0.8 VM and the Ralink RT3573 device. It experienced very strange behavior. After running airmon-ng check kill, If I started packet sniffing on channel...
View ArticleAircrack-ng does recognize MAC adress on dump*.cap files?
Hi everyone!Lately I've been trying aircrack and I think it's awesome!But I need some help, I hope somebody can explain to me.I've been "recording" packets from many AP on my PC, so in my home...
View Articleaireplay-ng -3 not sending ARP requests
On Kali Linux, Aircrack-ng 1.2 beta2After a successful (fake) association, I used the following command to inject ARP requests:aireplay-ng -3 -b A0:B1:C2:D3:E4:F5 -h A1:B2:C3:D4:E5 mon0but no packets...
View ArticleRe: Aircrack-ng does recognize MAC adress on dump*.cap files?
The extension of the file doesn't matter, you can change it to whatever you want. The only thing that matters, is the content.Imagine the file extension and name as a bag and the content as apple. You...
View ArticleRe: Missing commands for aireplay-ng, airmon-ng... but exist in man file
For some of the commands, you need root access.
View ArticleRe: aireplay-ng -3 not sending ARP requests
No ARP, no replay. In order to replay something, you need to get something that got 'played' first. You have to wait.
View ArticleRealtek RTL8191SE monitor mode [HELP]
hello guys. Unfortunately I can not configure my wireless card into monitor mode. When I press airmon-ng, I do not detect anything; I tried everything but I can not. I have kali linux operating system....
View ArticleAircrack-ng + Open-mesh
Hey guys,We need some help figuring out some incompatibilities that happens when you use aircrack-ng suite with open-mesh devices.We created a simple script that starts airodump-ng, sleeps for 60...
View ArticleRe: aireplay-ng -3 not sending ARP requests
try sending deauth if there are other clients.. causing existing client send arp..
View ArticleRe: Aircrack-ng + Open-mesh
It's really not much:[code]while true; do # calls airodump-ng airodump-ng mon0 -w $(date +%s) -o csv < /dev/null 1>/dev/null 2>&1 & # saves airodump-ng's PID AIRODUMP_PID=$! #...
View ArticleRe: Aircrack-ng + Open-mesh
maybe you can try on instead of killing the pid, try kill all airodump-ng "killall airodump-ng"but i am thinking it could be the open mesh device that is the cause the problem..
View ArticleRe: Aircrack-ng + Open-mesh
Yeah, I'm thinking that too...But I'm looking outside the box, maybe it's something else.I'll try what you said, and post the results.Thanks.
View ArticleRe: Aircrack-ng + Open-mesh
Still no luck... It keeps rebooting at random time.Another ideas? :/
View Article