Re: RAW PSK
F da Matrix, its all borg-build shit.RAW PSK == FULL MASTER KEY^^ w00t?QuoteTransient Key & EAPOL HMAC not needed for WPA/WPA2 PMKless code? mayb...
View ArticleRe: RAW PSK
Quote*no cap file needed - although can be used to backcheck the above result with aircrack-ng*
View ArticleRe: RAW PSK
Okay, so I have written a SH script, if anyone would like to give me an input, i'd appreciate.The script generates RAW PSK:[code]crunch_path="/path/to/crunch/crunch"echo "Please Enter ESSID"read...
View ArticleRe: aircrack-ng.c analysis source code
Quote from: mDenouement on August 07, 2015, 01:51:55 amI wanna analysis aircrack-ng.c source code but i have problem, i have no idea what are...
View ArticleEAPOL HMAC
After doing some digging, I have discovered in Wireshark that the EAPOL HMAC known in aircrack-ng is the MIC 1.Why is it that the other two MIC's are not displayed?Is the MIC 2 & MIC 3 found in a...
View ArticleRe: RAW PSK
so... after some more code checking...i found this line in aircrack-ng[code] if (ap->wpa.keyver == 1) HMAC(EVP_md5(), ptk[j], 16, ap->wpa.eapol, ap->wpa.eapol_size, mic[j],...
View ArticleAirodump FCS
I wanted to use Airodump to get a pcap in monitor mode, but I want to be able to see what the Frame Checksum Sequence is for each received packet. There are multiple lines of code making mention of...
View Articlewlan0mon doesn't switch to monitor mode (kali sana)
hello guys, so today i upgraded to kali sana and everything is great except one little problem its airmon-ng!so when i try "airmon-ng start wlan0" to enable monitor mode it does switch to wlan0mon but...
View ArticleRe: wlan0mon doesn't switch to monitor mode (kali sana)
That's because of the network managers.Not to be mean or anything, but we have been telling to kill network managers forever!
View ArticleRe: Airodump FCS
It doesn't let you do it.AFAIK, there is no PPI headers on Linux but Kismet uses PPI headers which means it rebuilt the packet. To be completely sure, use tcpdump or tshark.
View ArticleRe: wlan0mon doesn't switch to monitor mode (kali sana)
To timo, There are other problems with Network Manager that you should be aware of. If you spoof your mac thru the terminal window and then go surf the net, Network Manager will override your...
View ArticleRe: wlan0mon doesn't switch to monitor mode (kali sana)
Quote from: misterx on August 11, 2015, 11:28:15 pmThat's because of the network managers.Not to be mean or anything, but we have been telling to kill network managers forever!hi misterx its long time...
View ArticleBinary wordlist geneator?
I've been using crunch to try to crack my network.The password that came with it is 10 hex chars.I've tried crunch/aircrack with me giving it most of the code (to speed it up) but no luck.Is there a...
View ArticleRe: RAW PSK
okay im back,So i was able to extract PSK (MASTER KEY) from aircrack-ng... My result is similar to that of wpa_passphraseQuoteESSID: testPASSPHRASE: testPSK:...
View ArticleRe: RAW PSK
If somehow we can extract these UNKNOWN trailing bytes from a cap file, were gonna have a real easy hash!!!!!!!http://hrus.damnserver.com/aircrack-ng.zipupdated: aircrack-ng.c & crypto.cusage: a...
View ArticleRe: RAW PSK
QuoteESSID: testPASSPHRASE: testPSK: D630C5513BECFD3952432BD7FCF098B7A40907F3214CF43551F1B8CFDA873ECCUNKNOWN: 5E2E0C6B8FED55LONG PREAMBLE, SHORT PREAMBLE? or WPS PIN (Hex Format)?
View ArticleRe: wlan0mon doesn't switch to monitor mode (kali sana)
You can still use the older version of airmon-ng. Just download it.use the commandlocate airmon-ngRename the newer versions to another name like airmonnew-ngPaste the older version into the same...
View ArticleRe: wlan0mon doesn't switch to monitor mode (kali sana)
thanks musket33, but my question was for misterx, and for misterx onlyi think it could be time for misterx, or whoever responsible, to give finally a honest answer: why and where, that new wlan0mon...
View Article