hashcat Forum

Full Version: Python generator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Is it possible to use HASHCAT together with a python word/sentence generator (generator.py)?
Using tunelling?
yes, just pipe in the words on stdin
(12-21-2020, 11:25 PM)undeath Wrote: [ -> ]yes, just pipe in the words on stdin

How would the CMD command in this case look like?

generator.py -n 100000000000 | hashcat.exe -m 400 example400.hash ?
exactly like that