Re: Can't capture all four EAPOL packets in WPA handshake
Hi all,I have same problems when using wireshark to capture EAPOL messages from a target.I always receives 2 messages (2 and 4) instead of full 4 messages.Can you have any suggestion or solution to get...
View ArticleRe: I've jammed my WiFi device with deauth frames and can't stop it. Please...
Quote from: misterx on May 13, 2017, 07:03:52 PMUpload the PCAP and tell me what packet (number) you are looking at.Just FYI, most (if not all) control packets don't have a source mac.I don't want to...
View ArticleRe: I've jammed my WiFi device with deauth frames and can't stop it. Please...
I guess Ctrl-C like any other program. Yes, CTS are control frames. See what I wrote above regarding those.
View ArticleRe: Can't capture all four EAPOL packets in WPA handshake
Get closer to the Access Point (you're missing the packets coming from the AP).
View ArticleRe: WPA to PTW
After studying WEP packets, I found some info about how WEP works.WEP, unlike WPA/WPA2 does NOT use a RAW password in plaintext,WEP uses either a 64bit HEX (10 digits) OR 128bit HEX (26...
View ArticleRe: MIC (EAPOL) + raw PMK == hash
https://github.com/mirror/dd-wrt/blob/master/src/include.v24/include/proto/802.11.hWich one of these do you think reffers to the RAW PMK?Quote#define TK...
View ArticleMake airodump-ng able to see all channel widths & channels on 5Ghz band
make airodump-ng able to see all channel widths like 5/8/10/20/30/40mhz and also able to see all channels in 5mhz steps like for example channel 5800, 5805,5810,5815 ect if chipset supports it. Atheros...
View ArticleProcessing Airodump output with Python
Hi all. I am new to the Aircrack Suite but I love its functionality. I want to go further with this and process the output from Airodump using Python. So, for example, for BSSIDs that are identified,...
View ArticleRe: airodump-ng issues
Could you explain what you mean by "it doesn't work" on the raspberry pi?From what I understand, I'd say it's due to the packets that the card is passing to the driver, the card itself, the antenna,...
View ArticleRe: MIC (EAPOL) + raw PMK == hash
I don't think any of them do but I could be wrong. Check out the code in aircrack-ng to convert to hccap, it will be easier.
View ArticleRe: Processing Airodump output with Python
Yep, CSV is one way to do it. Know that it's not technically a real CSV because you have the AP at the top and clients at the bottom.You can also use the netxml which also contain the manufacturer...
View ArticleAirodump whitelist
I have a csv Airodump scan of an area and I want to ignore all BSSIDs in this list in future scans.I have read that I can create a whitelist of ESSIDs but can I also create one for BSSIDs? If so, I...
View ArticleFloating Point Exception
Running on osx 10.12.3aircrack-ng version =Aircrack-ng 1.2 rc4Sniff produced a file of 41mb. Ran this command -> aireplay-ng -w ~/Downloads/10-million-combos.txt /tmp/*.capGot this errorOpening...
View ArticleRe: Detect Wi-fi deauthentication packets' sender
So, it seems there's nothing concrete I can do right?..unfortunately, mine is a proprietary router supplied by my ISP and I cannot modding it, flashing custom wrt firmware, thanks BTW
View ArticleRe: Floating Point Exception
Could you upload the file somewhere so we can reproduce the bug.
View ArticleAnother cross-compile question
I am a newbie.Trying to cross compile RC4 running on a PC to a MIPS/Artheros chipset router.In Makefile, delete CFLAG reference in line that compile aircrack-ng EXE. Did this because otherwise the...
View ArticleRe: Another cross-compile question
I guess the autocfg failed at detecting that there is no SSE2. I just committed a patch to fix it (r2904).Could you tell me how you passed the cross compiler to the makefile? I think I know what's...
View ArticleNew to kali and still picking which adapter to buy
I'm trying to learn how to use kali and I have a very limited budget so I can only buy 1 cheap adapter and I still really don't know which to pick coz I have no idea what works with monitor mode and...
View ArticleHelp with ReVdK3.sh
OK, I installed the latest kalli version and tried ReVdK2.sh script, but it didn't recognize my interface, then I found a newer version of the script here...
View Article