Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
rule bug in oclHashCat-plus?
06-28-2012, 09:55 AM
Post: #6
RE: rule bug in oclHashCat-plus?
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
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


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