Combinator attack - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Combinator attack (/thread-3621.html) |
Combinator attack - marve - 08-18-2014 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 :-) RE: Combinator attack - undeath - 08-18-2014 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 RE: Combinator attack - marve - 08-18-2014 It's small wordlists. Wordlist 1+2 = 1.39MB. But thank you for the explanation, it helped me alot. |