Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum [desc] Replies Views Posted
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA using PMKID

Thanks for reporting this issue. I fixed it with the last commit. We tried to use filterlist entries on the first outgoing broadcast packet. Since there are no incomming packets at this moment, we ru...
ZerBea User Contributions 187 1,293,337 08-05-2018, 10:53 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Small update hcxdumptool: Now we use hardware handshake of the driver. ATHEROS chipset should work, now.
ZerBea User Contributions 648 487,343 08-07-2018, 01:13 AM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

Limitations: This attack will not work on dynamic calculated PMKs. You can identify them in your hash file: MAC_AP, MAC_STA and ESSID are the same, PMKID changed. In that case an EAPOL 4/4 handsha...
ZerBea User Contributions 187 1,293,337 08-08-2018, 12:23 PM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

And please do not wonder about "802.11q". We added this to the write-up, to see how many people simply copy from one another. So please, forgive us.....
ZerBea User Contributions 187 1,293,337 08-08-2018, 12:29 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

hcxtools moved to v 4.0.1 (https://github.com/ZerBea/hcxtools): added wlandump-rs - use raw sockets instead of libpcap - faster and more aggressive than wlandump-ng - able to capture more handchak...
ZerBea User Contributions 648 487,343 12-18-2017, 11:22 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi ee10. Everything has a price tag and beautiful status costs performance (if function follows form). wlandump-ng shows you the network names at the first occurrence or if an association/re-assoc...
ZerBea User Contributions 648 487,343 12-18-2017, 05:04 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi walterlacka. No, there is no new general tutorial, as the basic functions are untouched. You can always run hcxtools using the default options. If your knowledge is higher, you can choose several ...
ZerBea User Contributions 648 487,343 12-20-2017, 09:16 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi ee10. You're too fast for me (asking this question). Added this option yesterday, but didn't have the time to write a post. wlancap2hcx added new option to remove handshakes that that belong t...
ZerBea User Contributions 648 487,343 12-22-2017, 10:14 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi JuanBerta. I really like the arg-wireless forum and pushed wlangenpmkocl stdin/stdout update: $ wlangenpmkocl -h wlangenpmkocl 4.0.1 (C) 2018 ZeroBeat usage: wlangenpmkocl cat wordlist...
ZerBea User Contributions 648 487,343 01-04-2018, 08:55 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi JuanBerta. Fixed and pushed. Now mixed mode (stdin/stdout/options) is possible: $ wlangenpmkocl -h wlangenpmkocl 4.0.1 (C) 2018 ZeroBeat usage: wlangenpmkocl options: -e     : inpu...
ZerBea User Contributions 648 487,343 01-05-2018, 04:30 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

All characters lower 0x20 and greater than 0x7e are converted to $HEX[xxxxxxx]. There is no plan to support other charactersets, because hashcat is able to handle the output from hcxtools.
ZerBea User Contributions 648 487,343 08-12-2018, 01:50 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

New chipset reported to work with hcxdumptool: Bus 001 Device 002: ID 148f:2573 Ralink Technology, Corp. RT2501/RT2573 Wireless Adapter
ZerBea User Contributions 648 487,343 08-12-2018, 01:51 PM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

I got many issue reports on git regarding K*A*L*I. For all K*A*L*I users, which are not penetration testers, please read this nice post here (remove the "*" inside the link): https://unix.stackexch...
ZerBea User Contributions 187 1,293,337 08-14-2018, 08:32 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi hulley. Do you get pcaperrors? status should look like this: $ wlandump-ng -i wlp36s0f3u4u5 -o test.cap -c 1 -t 5 -R -B -s start capturing on channel 1 using mac_ap 00bb3a8991e5 (stop with c...
ZerBea User Contributions 648 487,343 01-06-2018, 03:57 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

hcxtools moved to v 4.0.2: - renamed wlandump-rs to hcxdumptool +get rid of wiringPiDev, libgcrypt and libpcap dependency) - removed wlancapinfo -> replaced by hcxpcaptool +get rid of li...
ZerBea User Contributions 648 487,343 01-09-2018, 09:36 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

update on hcxpcaptool: added support for gzip compressed cap/pcap/pcapng files. new dependency: zlib! $ hcxpcaptool -h hcxpcaptool 4.0.2 (C) 2018 ZeroBeat usage: hcxpcaptool hcxpcaptool [in...
ZerBea User Contributions 648 487,343 01-14-2018, 04:04 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Nice to hear that. Thanks. Updated hcxpcaptool - new option: -o : output hccapx file Less overhead than wlancap2hcx but more crackable handshakes. Only the best handshake (combination of mac_sta,...
ZerBea User Contributions 648 487,343 01-17-2018, 12:45 AM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

Hi Kangaroot. You're running an old version. Latest commit is v 4.2.1: https://github.com/ZerBea/hcxdumptool/commit/95ef2951c5da7eec9d5469d43fc0851522a2d9d0 several bugfixes and new/changed options
ZerBea User Contributions 187 1,293,337 08-14-2018, 11:02 PM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

Well, rolling release principle....
ZerBea User Contributions 187 1,293,337 08-15-2018, 10:33 AM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

How did you learn so much about wireless authentication and the associated attacks? -> 35 years cryptanalysis and traffic analysis.
ZerBea User Contributions 648 487,343 08-15-2018, 12:52 PM