Run oclHashcat-plus with --help to see the supported output formats.
I do something like:
You could write a shell script if you want something fancier.
I do something like:
Code:
$ cut -d':' -f1 cracked.txt | xargs -I {} -xn1 grep {} hashfile.txt
You could write a shell script if you want something fancier.