Combinator attack
#1
I use this command "combinator.exe wordlist1.txt wordlist2 txt | oclhashcat64.exe -m 0 -a 0 -r (some rule file) md5.file"

This works fine. Now i want to use 4 wordlists. Is it possible to save the output file off combinator.exe wordlist1.txt wordlist2.txt to my hdd?

Thanks in advance :-)
#2
4 wordlists will probably mean way to many combinations to finish in your lifetime (unless they are small). Of course you can redirect the output to a file as well. combinator list1 list2 > result
#3
It's small wordlists. Wordlist 1+2 = 1.39MB. But thank you for the explanation, it helped me alot.