Hashcat combining two wordlists - 0 progress
#5
Use mkfifo, pipe the output of combinator.bin in the fifo, hashcat doesn't support stdin so piping won't work.

Something like that :
Code:
mkfifo blah
./combinator.bin firstList.txt secondList.txt > blah
./hashcat hashlist blah


Messages In This Thread
RE: Hashcat combining two wordlists - 0 progress - by Xanadrel - 02-14-2016, 07:04 AM