hashcat Forum

Full Version: DCC2 Cracking from a file not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
DCC2 cracking from a file doesn't seem to work anymore. 
 
If I don't use a file and put the hash in single quotes into the command like ./hashcat64.bin -m 2100 '$DCC2$10240#tom#e4e938d12fe5974dc42a90120bd9c90f' ../wordlists/all.txt -r rules/dive.rule then it's fine.

 I also tried putting the single quotes around the hash in the file as well with no luck.



./hashcat64.bin -m 2100 ../hash.txt ../wordlists/all.txt -r rules/dive.rule
hashcat (v5.1.0) starting...

OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 1070 Ti, 2029/8119 MB allocatable, 19MCU
* Device #2: GeForce GTX 1070 Ti, 2029/8119 MB allocatable, 19MCU
* Device #3: GeForce GTX 1070 Ti, 2029/8119 MB allocatable, 19MCU
* Device #4: GeForce GTX 1070 Ti, 2029/8119 MB allocatable, 19MCU

Hashfile '../hash.txt' on line 1 (8268b9bdcf75cd24551bd0b39c406a90): Separator unmatched
No hashes loaded.
you are probably using the wrong file. the error messages clearly mentions a different hash

btw: you are not allowed to post hashes here, see forum rules (it doesn't matter if it is just an example/test or not an important hash etc)

make sure that ../hash.txt is the correct file... maybe it's ../hash or ./hash.txt instead of in the parent folder etc