pipe hashes through stdout?
#2
I was wondering about the same some time ago.

https://hashcat.net/forum/thread-5433.html

I ended up calculating my tables on cpu - which took a lot of time... from what i understood the point of hashcat is not to output the calculated hashes. I guess there would be a bottleneck on the host side.

Appart from that, the precalculated hashes took a LOT of space - i 7zipped them but that means when searching for a hash it takes even longer.

(09-04-2016, 08:41 PM)procrustes Wrote: Hey All,

Currently I am using hashcat with the --stdout option to pipe generated words to another program e.g:

./hashcat64.bin --stdout crackstation.dict | ./otherprogram

What I would like to do is have hashcat generate words, hash them with some specified sequence of hashes, then pipe the hashes to stdout. Is there any way to do that with the standard hashcat program and utils? If not does anyone know of any program that can take words as input to stdin, use GPU accelerated hasing, and pipe hashes to stdout?

Thanks for any help!


Messages In This Thread
pipe hashes through stdout? - by procrustes - 09-04-2016, 08:41 PM
RE: pipe hashes through stdout? - by bastibasti - 09-04-2016, 09:39 PM
RE: pipe hashes through stdout? - by procrustes - 09-05-2016, 09:11 PM
RE: pipe hashes through stdout? - by atom - 09-05-2016, 09:40 AM
RE: pipe hashes through stdout? - by procrustes - 09-05-2016, 09:19 PM
RE: pipe hashes through stdout? - by atom - 09-08-2016, 08:07 AM