02-14-2016, 07:04 AM
Use mkfifo, pipe the output of combinator.bin in the fifo, hashcat doesn't support stdin so piping won't work.
Something like that :
Something like that :
Code:
mkfifo blah
./combinator.bin firstList.txt secondList.txt > blah
./hashcat hashlist blah