02-12-2016, 10:28 AM
Hi,
I am attempting to use hashcat with two wordlists, the command is as follows;
firstList contains words of length 10, secondlist contains words of length 4.
I am trying to get it to use every combination of the words but my result is as follows;
It doesn't look like its combining the lists, and there is no progress... I will leave it running for the next 15 minutes or so.
If I bypass this it will run on the second list;
So it seems to be working on the second list only but not as expected.
How can I optimise the command to get it to work as expected?
Thank you.
*******
I have come across this guide: https://hashcat.net/wiki/doku.php?id=combinator_attack
so I am using the wrong version of hashcat.
What command can I use to combine the two wordlists into one so that I can attempt this in hashcat?
Thanks
I am attempting to use hashcat with two wordlists, the command is as follows;
Code:
hashcat -m 2500 -a 1 handshake.hccap firstList.txt secondList.txt
firstList contains words of length 10, secondlist contains words of length 4.
I am trying to get it to use every combination of the words but my result is as follows;
Code:
Input.Mode: Dict (firstList.txt)
Index.....: 1/3 (segment), 2795862 (words), 33550344 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: 1.39k plains, - words
Progress..: 0/2795862 (0.00%)
Running...: 00:00:01:07
Estimated.: --:--:--:--
It doesn't look like its combining the lists, and there is no progress... I will leave it running for the next 15 minutes or so.
If I bypass this it will run on the second list;
Code:
Input.Mode: Dict (secondList.txt)
Index.....: 1/1 (segment), 454 (words), 2723 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: 1.25k plains, - words
Progress..: 63/454 (13.88%)
Running...: 00:00:00:24
Estimated.: --:--:--:--
So it seems to be working on the second list only but not as expected.
How can I optimise the command to get it to work as expected?
Thank you.
*******
I have come across this guide: https://hashcat.net/wiki/doku.php?id=combinator_attack
so I am using the wrong version of hashcat.
What command can I use to combine the two wordlists into one so that I can attempt this in hashcat?
Thanks