hashcat Forum
Python generator - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: Python generator (/thread-9718.html)



Python generator - Alf71 - 12-21-2020

Hi,

Is it possible to use HASHCAT together with a python word/sentence generator (generator.py)?
Using tunelling?


RE: Python generator - undeath - 12-21-2020

yes, just pipe in the words on stdin


RE: Python generator - Alf71 - 12-21-2020

(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 ?


RE: Python generator - undeath - 12-22-2020

exactly like that