cudaHashcat-lite64 Special characters ?s
#1
Hi,

When i try to crack a password with option ?s hashcat-lite wont find it.

cudaHashcat-lite64.exe --hash-type 110 --outfile c:\tmp\out.out --custom-charset1 ?u?l?l?s --pw-min 4 --pw-max 4 --hex-salt xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:xxxxxxxxxx

This password is: Adm%

What am i doing wrong?


/Ez
#2
You need to add a mask at the end:
Code:
... ?1?1?1?1
#3
works great, thanks.