How to make combipow output directly to hashcat so I don't have to save a giant file
#2
Just pipe from combipow to hashcat. Run hashcat in -a 0 without specifying a dictionary and it will listen on stdin.` combipow [options] | hashcat -a 0 -m 22000 stuff.hash`

I dont know what you mean by 64 line limit though, there's no line limitation in hashcat?
Reply


Messages In This Thread
RE: How to make combipow output directly to hashcat so I don't have to save a giant file - by Chick3nman - 04-28-2021, 10:45 AM