Mike

Results 225 comments of Mike

The recommended system for hcxdumptool is: ``` a cheap RaspBerry Pi Zero, 2 resistors, 1 push button, 1 low power LED, 20 cm wire, a cheap WiFi adapter (Mediatek or...

I'm sure, LibreSSL will use EVP_MAC in future times, too. The developer of LibreSSL added the missing function (EVP_PKEY_new_CMAC_key) shortly after the issue report. I don't expect a showstopper in...

I'm trying to streamline an "automated" mobile cracking box and could really use a binary to convert directly to John format. hcxpcaptool does it for JtR jumbo: -j : output...

Thanks for the link to mdxfind. According to this, we can use the following algorithms in combination with hcxtools: PBKDF2-SHA256 (wpa-pmk) NTLM and some of the MD5s

If I understand it right (mdxfind), we need a function, which grep a hash from the cap file and write it to stdout so that mdxfind can analyze the hash.

I don't think that I'm able to add this feature to hcxdumptool. The attack engine has priority 1, because this engine must be extreme fast. That was the (main) reason...

I'm ver often asked to add some functions to hcxdumptool. So please let me say some words about "on-the-fly" cracking and/or new functions. If deauthentication/disassociation isn't disabled, hcxdumptool use a...

This issue is still open, because we need some improvements on hcxtools and Jtr and hashcat (aircrack-ng is invited to participate, if they want it). Since this issue was opened,...

According to hashcat (>= v6), now default hash format is: ``` $ hashcat --help | grep 22000 22000 | WPA-PBKDF2-PMKID+EAPOL | Network Protocols ``` Hash modes 2500 and 16800 are...

Using nonce-error-corrections it is possible to compensate an EAPOL M1 or M3 packet loss during capturing and to calculate a valid M1M2 or M2M3, or M3M4 or M1M4) message pair....