rule bug in oclHashCat-plus?
#6
Easiest way to find out is to use hashcat in --stdout mode:

Quote:root@sf:~/hashcat-0.40# cat dict
password
password1
password12
password123
password1234
root@sf:~/hashcat-0.40# cat rule
>A
root@sf:~/hashcat-0.40# ./hashcat-cli64.bin --stdout dict -r rule
password12
password123
password1234


Messages In This Thread
rule bug in oclHashCat-plus? - by kefir - 06-27-2012, 12:47 PM
RE: rule bug in oclHashCat-plus? - by Xanadrel - 06-27-2012, 12:50 PM
RE: rule bug in oclHashCat-plus? - by kefir - 06-27-2012, 01:02 PM
RE: rule bug in oclHashCat-plus? - by atom - 06-27-2012, 04:49 PM
RE: rule bug in oclHashCat-plus? - by kefir - 06-27-2012, 05:26 PM
RE: rule bug in oclHashCat-plus? - by atom - 06-28-2012, 09:55 AM