hashcat Forum
Is hccap Support Intentionally Dropped in V6? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Is hccap Support Intentionally Dropped in V6? (/thread-9325.html)



Is hccap Support Intentionally Dropped in V6? - WPA_Catcher - 06-22-2020

Is hccap Support Intentionally Dropped in V6?

I just wondered if hccap (ancient format) has been intentionally dropped from the new hashcat V6 or if it is not working due to a problem.

When I try to load a hccap file I receive the error hashes not loaded.


RE: Is hccap Support Intentionally Dropped in V6? - Mem5 - 06-25-2020

mode 2500 still work for me in v 6.0


RE: Is hccap Support Intentionally Dropped in V6? - philsmd - 06-25-2020

I'm also confused here. Well, we need to distinguish 2 different cases:
1. you are really refering to hccap (without the x at the end)
2. you mean the new -m 22000 = WPA-PBKDF2-PMKID+EAPOL compared to hccapx

I'm pretty sure that for #1, the old hccap (without the x at the end) file format suppport was removed very long time ago (namely with this commit: https://github.com/hashcat/hashcat/commit/9aabc20 , year 2017, over 3 YEARS ago). With that specific commit in 2017 hashcat didn;'t allow the old hccap file format anymore.

for #2, you can still use both -m 22000 and -m 2500 in latest hashcat version (but it could also happen that it will be deprecated soon, since we now recommend the use of -m 22000 format as a replacement).

So yeah, Mem5 was spot on... but the "hccap" is a little bit confusing, since it was removed with hashcat v3.5.0 (and version 3.4.0 already added support for hccapx files: https://hashcat.net/forum/thread-6351.html , again ages ago)