hashcat Forum
cudaHashcat-lite64 Special characters ?s - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: cudaHashcat-lite64 Special characters ?s (/thread-1402.html)



cudaHashcat-lite64 Special characters ?s - ezac222 - 07-24-2012

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


RE: cudaHashcat-lite64 Special characters ?s - M@LIK - 07-24-2012

You need to add a mask at the end:
Code:
... ?1?1?1?1



RE: cudaHashcat-lite64 Special characters ?s - ezac222 - 07-24-2012

works great, thanks.