Hash 'hccapxfile': Separator unmatched
#1
Hi I'm new to hashcat and password recovery can somone help me I don't know what is wrong 

hashcat hccapxfile wpa12.hccapx -a 3 -m 22000 -w 3

hashcat (v6.2.4) starting

nvmlDeviceGetFanSpeed(): Not Supported 
 CUDA API (CUDA 11.4)                                                                                                                ====================                                                                                                                * Device #1: NVIDIA GeForce RTX 3070 Laptop GPU, 7150/8192 MB, 40MCU                                                                                                                                                                                                    OpenCL API (OpenCL 3.0 CUDA 11.4.125) - Platform #1 [NVIDIA Corporation]                                                            ========================================================================                                                            * Device #2: NVIDIA GeForce RTX 3070 Laptop GPU, skipped                                                                                                                                                                                                                OpenCL API (OpenCL 3.0 ) - Platform #2 [Intel(R) Corporation]                                                                      =============================================================                                                                      * Device #3: Intel(R) UHD Graphics, 6464/13003 MB (2047 MB allocatable), 32MCU                                                                                                                            Minimum password length supported by kernel: 8                                                                                     
Maximum password length supported by kernel: 63                                                                                                                                                            Hash 'hccapxfile': Separator unmatched                                                                                             
No hashes loaded.                                                                                                                                                                                                            Started: Tue Sep 28 11:30:14 2021     
Stopped: Tue Sep 28 11:30:15 2021
Reply
#2
The old hash mode 2500 which require a binary hccapx file is deprecated (R.I.P).
Please read more here:
https://hashcat.net/forum/thread-10253.html
Reply
#3
(09-28-2021, 12:48 PM)ZerBea Wrote: The old hash mode 2500 which require a binary hccapx file is deprecated (R.I.P).
Please read more here:
https://hashcat.net/forum/thread-10253.html

Which format should I use for wpa handshake cap for hash mode 22000
Reply
#4
Either use hashcat online converter to convert the cap file to 22000 format:
https://hashcat.net/cap2hashcat/
or hcxpcapngtool:
https://github.com/ZerBea/hcxtools

Than run hashcat on the converted hash file against your favourite wordlist:
Code:
$ hashcat -m 22000 hashfile.hc22000 wordlist
Reply
#5
(09-28-2021, 01:21 PM)ZerBea Wrote: Either use hashcat online converter to convert the cap file to 22000 format:
https://hashcat.net/cap2hashcat/
or hcxpcapngtool:
https://github.com/ZerBea/hcxtools

Than run hashcat on the converted hash file against your favourite wordlist:
Code:
$ hashcat -m 22000 hashfile.hc22000 wordlist

Ok ty for your help ^^
Reply