11-16-2018, 02:01 AM
My problem: I want Hashcat to use combinations of all words in a dictionary file.
The Hashcat combinator page: https://hashcat.net/wiki/doku.php?id=combinator_attack mentions that the *-a 1* configuration only combines 2 words together.
For example a dictionary like:
pass
12345
omg
Test
in Combinator mode results in tries like:
passpass
pass12345
passomg
passTest
12345pass
1234512345
12345omg
12345Test
omgpass
omg12345
omgomg
omgTest
Testpass
Test12345
Testomg
TestTest
Whereas I want Hashcat to try every combine instead like this:
pass12345omgTest
12345passomgTest
...
Is there a way for Hashcat to try every combination of every word in a dictionary instead? Thanks in advance!
The Hashcat combinator page: https://hashcat.net/wiki/doku.php?id=combinator_attack mentions that the *-a 1* configuration only combines 2 words together.
For example a dictionary like:
pass
12345
omg
Test
in Combinator mode results in tries like:
passpass
pass12345
passomg
passTest
12345pass
1234512345
12345omg
12345Test
omgpass
omg12345
omgomg
omgTest
Testpass
Test12345
Testomg
TestTest
Whereas I want Hashcat to try every combine instead like this:
pass12345omgTest
12345passomgTest
...
Is there a way for Hashcat to try every combination of every word in a dictionary instead? Thanks in advance!