Stdin and stdout simultaneously
#4
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.


Messages In This Thread
RE: Stdin and stdout simultaneously - by philsmd - 11-17-2017, 09:01 AM
RE: Stdin and stdout simultaneously - by devilsadvocate - 11-18-2017, 10:36 AM