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 with oclHashcat-lite v0.10 this changes to: Code: -1 ae10i2onrls938t45m67cdyhubkgpjvfwzAxEILORNSMTCDBqHYKUPGJFVWZXQ 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! |