hashcat Forum
what's the default mask of lite when cracking DES - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html)
+--- Thread: what's the default mask of lite when cracking DES (/thread-1267.html)



what's the default mask of lite when cracking DES - perlish - 06-10-2012

when I run ./oclHashcat-lite64.bin -m 1500 --pw-max=8 --outfile-format=7 --outfile=pass.log --gpu-accel 160 xxxxxxxxx

it seems have a default mask,anybody know the default mask ?


RE: what's the default mask of lite when cracking DES - atom - 06-10-2012

with oclHashcat-lite v0.09:

Code:
-1 ?l?d?u
-2 ?l?d
-3 ?l?d*!$@_

?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d

with oclHashcat-lite v0.10 this changes to:

Code:
-1 ae10i2onrls938t45m67cdyhubkgpjvfwzAxEILORNSMTCDBqHYKUPGJFVWZXQ
-2 ae10i2onrls938t45m67cdyhubkgpjvfwzxq
-3 ae10i2onrls938t45m67cdyhubkgpjvfwzx._q!-*@
-4 1029384567

?1?2?2?2?2?2?2?3?3?3?3?4?4?4?4

based on top100 from rockyou.txt with passpal


RE: what's the default mask of lite when cracking DES - perlish - 06-11-2012

got it.thanks very much!