RAR5
#2
this line

Code:
Hash '?l?l?l?l?l?l?l?l?l?l': Separator unmatched

is telling you, that hashcat didnt recognized your provided hash and wrongly assumes that your mask is the hash (providing the hash on commandline is mostly a bad idea due to special chars)

plz try the following, copy your hash into a file, like hash.txt and use

Code:
hashcat.exe -m 13000 -a 3 -i --increment-min=6 --increment-max=10 hash.txt ?l?l?l?l?l?l?l?l?l?l
Reply


Messages In This Thread
RAR5 - by TORUS - 01-19-2022, 06:07 PM
RE: RAR5 - by Snoopy - 01-19-2022, 07:13 PM
RE: RAR5 - by TORUS - 01-19-2022, 07:40 PM