Hash 'hccapxfile': Separator unmatched - 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: Hash 'hccapxfile': Separator unmatched (/thread-10357.html) |
Hash 'hccapxfile': Separator unmatched - LunaFortis - 09-28-2021 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 RE: Hash 'hccapxfile': Separator unmatched - ZerBea - 09-28-2021 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 RE: Hash 'hccapxfile': Separator unmatched - LunaFortis - 09-28-2021 (09-28-2021, 12:48 PM)ZerBea Wrote: The old hash mode 2500 which require a binary hccapx file is deprecated (R.I.P). Which format should I use for wpa handshake cap for hash mode 22000 RE: Hash 'hccapxfile': Separator unmatched - ZerBea - 09-28-2021 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 RE: Hash 'hccapxfile': Separator unmatched - LunaFortis - 09-28-2021 (09-28-2021, 01:21 PM)ZerBea Wrote: Either use hashcat online converter to convert the cap file to 22000 format: Ok ty for your help ^^ |