11-18-2017, 10:36 AM
I'll have to review my script, but this worked as a solution:
./data_generator.sh | while read line; do echo $line | ./hashcat64.bin -r ./rules/dive.rule --stdout --outfile-autohex-disable;done
<output with rules>
Weird that it doesn't work without doing this.
Cheers.
./data_generator.sh | while read line; do echo $line | ./hashcat64.bin -r ./rules/dive.rule --stdout --outfile-autohex-disable;done
<output with rules>
Weird that it doesn't work without doing this.
Cheers.