what's the default mask of lite when cracking DES
#1
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 ?
#2
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
#3
got it.thanks very much!