12-18-2015, 05:54 AM
Is there a way of sequencing a series of rules through oclHashcat? Perhaps putting the rules in a folder and using the command -r <rulesfolder>? or something similar?
Sequencing Rules
|
12-18-2015, 05:54 AM
Is there a way of sequencing a series of rules through oclHashcat? Perhaps putting the rules in a folder and using the command -r <rulesfolder>? or something similar?
12-18-2015, 08:57 AM
for r in rules/*; do ./oclHashcat ... -r $r; done
12-18-2015, 10:35 PM
(12-18-2015, 08:57 AM)epixoip Wrote: for r in rules/*; do ./oclHashcat ... -r $r; done cudaHashcat64.bin' -m 0 -a 0 '/media/f14/Transcend/Stratfor/stratfor.hash' -r $'/home/f14/Downloads/cudaHashcat-2.01/rules/good_rules' --remove -o stratcrack.txt Generating bitmap tables with 17 bits... and just hung up. I'm not clear on what I'm doing wrong.
12-18-2015, 11:17 PM
Just run ./cudaHashcat64.bin, it will show you cudaHashcat's usage.
12-19-2015, 01:21 AM
Looks like you're doing quite a bit wrong. Damn near everything, in fact.
12-19-2015, 01:30 AM
(This post was last modified: 12-19-2015, 01:30 AM by simplyslow.)
12-19-2015, 01:46 AM
Documentation is fine, I just don't think you understand what you're typing.
Let's start with the fact you're missing a wordlist in the above attack. You also have options specified after the arguments. And then there's this... Quote:-r $'/home/f14/Downloads/cudaHashcat-2.01/rules/good_rules' What is that supposed to be?
12-19-2015, 05:14 AM
(12-19-2015, 01:46 AM)epixoip Wrote: Documentation is fine, I just don't think you understand what you're typing. That was my attempt at following your directions for sequencing rules that were in a folder or sub-directory. I see that I omitted the wordlist.
12-19-2015, 05:25 AM
Hm, do you know what a loop is?
12-19-2015, 05:29 AM
|
« Next Oldest | Next Newest »
|