Re: (c++) pipe stdout to aircrack problem
Hi muppe,Usually in C++ programming You need to use "endl" function for "end and insert" a new line character like the "\n".Bye Jano
View ArticleRe: different between pyrit -r analyze to aircrack-ng -K
Hi shaulzak,Quote from: shaulzak on May 11, 2014, 07:30:10 pm1. I run aircrack-ng -K handshakes1.pcap and pyrit -r handshakes1.pcap analyze and i got different number of handshakes on some AP (in...
View ArticleRe: different between pyrit -r analyze to aircrack-ng -K
Thx I appreciate your time and help , hopefully one day i will help other in these issues.
View ArticleRe: (c++) pipe stdout to aircrack problem
@jano Thanks for reply.Im wondering a little bit ... im using endline ("\n") after each word.like this:fprintf(stdout, "%s\n", myString1);fprintf(stdout, "%s\n", myString2);i will make contemporary...
View ArticleRe: (c++) pipe stdout to aircrack problem
@janoof course, this worksmy error must be somewhere elsethank you
View Articlehow many hand shakes should i find ?
is there a reason to find more than one (with all the 4 stages) handshake (for wep or wpa/2) ?i think not but I'm not sure thanks
View ArticleRe: how many hand shakes should i find ?
shaulzak,You only need one handshake to determine the passphrase.Remember, handshakes only apply to wpa/wpa2, not WEP.d.
View ArticleRe: Monitor mode with TP Link 725N
I have no idea if it supports monitor mode (it's not a vendor driver but it's not coming from backports/compat-wireless).Could you attach dmesg?
View ArticleRe: how many hand shakes should i find ?
about using ivs in wep i think u are wrong - check this forum.aircrack-ng.org/index.php/topic,642.0.html so for wep we should use aircrack-ng -w which is an PTW attack and uses the cap ...
View ArticleRe: how many hand shakes should i find ?
Take the time to read the wiki and educate yourself regarding the difference between IVs, handshakes, capture files, etc. I will not duplicate the huge volume of documentation already written...
View ArticleTP-LINK TL-WN722N .. hardware version number vs. chipset number
Hi there,I want to buy the TP-LINK TL-WN722N for using with Backtrack5 or Kali, but the problem is that they put different chipsets for the same model, and I want the one with the AR9271 chipset...
View ArticleRe: TP-LINK TL-WN722N .. hardware version number vs. chipset number
Check TP-Link website. And use regular font unless needed.
View ArticleRe: TP-LINK TL-WN722N .. hardware version number vs. chipset number
No, they don't put this kind of information (i.e anything about the chipset, it's a war secret that can not be revealed) What OS is Kali based off of, www.kali.org ? I keep getting this question every...
View ArticleRe: Evil Twin Attack using airbase-ng
Sysworks is right. However, If the client is attempting to use the subnet IP of the "Good" twin, that client is probably set up to use a static route(IP), ie not using DHCP to get a subnet address....
View ArticleRe: how many hand shakes should i find ?
There is plenty of information about this on the wiki. WEP uses IV's and does crypt-analysis with -k(Korek Attack(s)) and -w(PTW by default). Neither of those options apply to WPA/2 cracking which...
View ArticleRe: Evil Twin Attack using airbase-ng
Quote from: syworks on May 15, 2014, 12:38:29 pmas long as ur signal is stronger than the actual ap... client should connect to u... and also the ur ap encryption type (wep/wpa/opn) and if encrypted, u...
View ArticleRe: Evil Twin Attack using airbase-ng
Quote from: Er3bus on May 15, 2014, 03:41:52 pmSysworks is right. However, If the client is attempting to use the subnet IP of the "Good" twin, that client is probably set up to use a static route(IP),...
View ArticleRe: airodump-ng in background
Hi,thank you misterx for your answer.when run command/usr/local/sbin/airodump-ng --output-format csv --berlin 5 --beacons --write /tmp/capture mon0 > /dev/null 2>&1use 3% of cpuwith...
View ArticleRe: Evil Twin Attack using airbase-ng
would you mind sharing the commands you use or the script you run here... from the way you said, it seem that the client didn't even connected (an ip assigned to it) to your access point.. you may also...
View Article