output file
#2
Run oclHashcat-plus with --help to see the supported output formats.

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.


Messages In This Thread
output file - by cuda - 01-30-2012, 08:35 PM
RE: output file - by chort - 01-30-2012, 08:42 PM
RE: output file - by cuda - 01-30-2012, 08:48 PM
RE: output file - by chort - 01-30-2012, 09:41 PM
RE: output file - by cuda - 01-31-2012, 02:40 AM
RE: output file - by chort - 01-31-2012, 07:31 AM
RE: output file - by atom - 01-31-2012, 11:35 AM