Python generator
#1
Hi,

Is it possible to use HASHCAT together with a python word/sentence generator (generator.py)?
Using tunelling?
Reply
#2
yes, just pipe in the words on stdin
Reply
#3
(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 ?
Reply
#4
exactly like that
Reply