hashcat Forum

Full Version: cudaHashcat-lite64 Special characters ?s
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
You need to add a mask at the end:
Code:
... ?1?1?1?1
works great, thanks.