this line
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:
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