output file
#4
cracked.txt is the file you output cracked hashes to (hash:plain).
hashfile.txt is the file you're reading hashes from (username:hash)

Use oclHashcat-plus with -o cracked.txt

Once it's finished, use the cut ... | xargs ... one-liner to find the cracked hashes from the original file. This assumes you're running Linux. There's probably a powershell equivalent for Windows.


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