hashcat Forum
noob can anyone help - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: noob can anyone help (/thread-13567.html)



noob can anyone help - ste980 - 03-23-2026

this is what message i get when i try to run an attack

C:\hashcat-7.1.2>hashcat.exe -m 22000 output_hash.hc22000 -a 3 ?a?a?a?a?a?a?a?a?a?a
hashcat (v7.1.2) starting

OpenCL API (OpenCL 3.0 ) - Platform #1 [Intel(R) Corporation]
=============================================================
* Device #01: Intel(R) Graphics, 3543/7086 MB (1771 MB allocatable), 8MCU

Minimum password length supported by kernel: 8
Maximum password length supported by kernel: 63
Minimum salt length supported by kernel: 0
Maximum salt length supported by kernel: 256

Hash 'output_hash.hc22000': Separator unmatched
No hashes loaded.


RE: noob can anyone help - kryptyk - 03-24-2026

seems to me that : output_hash.hc22000 is the name of a file where you have stored the actual hash? But the command line is reading it as a hash itself and sees the dot (.) as a separator in the hash (cypher)

Try one of these:

1- name the file with a simple name, like: myhashs.txt or myhash.hash

2- instead of passing the file name, actually paste the hash (number or cipher) directly in the command.

Try it, I hope it helps.