Re: Aircrack-ng CLI help
Yes, python has something to capture the output of a program.Since you mention exe, I assume you'll use Windows. In this case, you need an airpcap hardware device.
View ArticleRe: Aircrack-ng CLI help
The obvious: make sure your system is always up to date and develop on Kali itself.
View ArticleRe: Aircrack-ng CLI help
I know I am asking a lot but can at least give me a starter point how to use the commands of aircrack-ng to develop the CLI? And when the CLI is completed I will post it over here.
View ArticleRe: Aircrack on Qualcomm Atheros QCA6174
Quote from: misterx on February 09, 2017, 12:49:15 AMI heard recently you might have to use some parameters when loading the ath10k driver for monitor mode. rawmode on ath10k_core and maybe set...
View ArticleRe: Aircrack-ng CLI help
You should see how others do, that's why I pointed at different existing software.The documentation is also a good starting point.
View ArticleMDK3 not running! I tryied everything!
Hello guys!Im running Kali 2016.2 64bit with TP WN822N wlan stick. The monitoring mode, airdump-ng and injection test are running without any problems.When i run MDK3 (ive tested all modes) just...
View ArticleBCM4312 vs AR5B125, which card is better?
Hi, I have netbook with BCM4312 and I think everything works well.Now I've got old not working laptop which had AR5B125 (working) and I'd like to know which will be better (first if it is capable of...
View ArticleRe: BCM4312 vs AR5B125, which card is better?
They should both work fine. Next time do research!bcm4312 should use b43 as driver and it is capable (I had one card using b43 and it seemed fine). However, the other one uses ath5k and atheros is...
View ArticleRe: BCM4312 vs AR5B125, which card is better?
Thank you!I asked if anyone knows before I start messing with drivers etc., I tried to find something about power or signal range of these cards but I didn't find anything what I could compare.So I...
View ArticleRe: Cross Compile problem
Quote from: karates on February 17, 2017, 07:29:40 AMcannot find -lsslcannot find -lcryptocollect2: error: ld returned 1 exit statusMakefile:173: recipe for target 'aircrack-ng' failedmake[1]: ***...
View ArticleRe: AP created by airbase-ng sends duplicate packets
I made sure active is a valid monitor flag with checking the output of "iw info".I made sure my card supports monitor mode. I have used monitor mode successfully before with airodump-ng. Also checked...
View ArticleRe: Aircrack on Qualcomm Atheros QCA6174
Same deal with firmware-5.bin from sumdog/ath10k-firmware
View ArticlePassphrase not in dictionary - Aircrack-ng
Hello.I am using Aircrack-ng on OS X.aircrack-ng -a 2 /tmp/airportSniff*.cap -e [CENSORED] -b [CENSORED] 2 -w passwords.txtAll it says is passphrase not found. It used to just use the passwords from...
View ArticleRe: Installing Backports Wireless Drivers
Quote from: misterx on Today at 11:46:23 AMYou were downgrading the drivers. The backports version is related to the kernel version it is based on. So, in this case, you would have downgraded from 4.9...
View ArticleRe: Passphrase not in dictionary - Aircrack-ng
Your capture might have scattered EAPOL frames which is confusing aircrack-ng. Check out the tutorial wpa_capture in the wiki to clean up the capture and extract the right packets to crack them.You say...
View ArticleRe: Installing Backports Wireless Drivers
Quote from: zizon65 on Today at 03:00:16 PMQuote from: misterx on Today at 11:46:23 AMYou were downgrading the drivers. The backports version is related to the kernel version it is based on. So, in ...
View ArticleRe: Installing Backports Wireless Drivers
Why do you want to downgrade (use a version that is VERY old, 2-3 years old)?If you really must install that version, you're on your own to make it work on a recent kernel (or find an old version of a...
View Article