Combine dictionary with itself or a couple of times
#1
I have a dictionary like this for a hashcat attack:


Quote:This
is
my
dictionary


Now i want to combine this dictionary with itself for... a couple of times. So i have these candidates:


Quote:This This
is is
my my
dictionary dictionary
This is
is is
my is
dictionary is
.....
This This This This This This
is is is is is is
my my my my my my
dictionary dictionary dictionary dictionary dictionary dictionary
This This This This This is
is is is is is is
my my my my my is
dictionary dictionary dictionary dictionary dictionary is

So i want to run it just for itself, combine the dictionary one time with itself, combione it two times with itself and so on. Till i reach a combination of my dictionary with itself for eight times.
Reply
#2
(05-04-2021, 04:52 PM)matt99 Wrote: I have a dictionary like this for a hashcat attack:


Quote:This
is
my
dictionary


Now i want to combine this dictionary with itself for... a couple of times. So i have these candidates:


Quote:This This
is is
my my
dictionary dictionary
This is
is is
my is
dictionary is
.....
This This This This This This
is is is is is is
my my my my my my
dictionary dictionary dictionary dictionary dictionary dictionary
This This This This This is
is is is is is is
my my my my my is
dictionary dictionary dictionary dictionary dictionary is

So i want to run it just for itself, combine the dictionary one time with itself, combione it two times with itself and so on. Till i reach a combination of my dictionary with itself for eight times.

see princeprocessor for this type of attack

https://github.com/hashcat/princeprocessor
https://hashcat.net/wiki/doku.php?id=princeprocessor
https://hashcat.net/tools/
Reply
#3
(05-04-2021, 05:31 PM)Snoopy Wrote: see princeprocessor for this type of attack

https://github.com/hashcat/princeprocessor
https://hashcat.net/wiki/doku.php?id=princeprocessor
https://hashcat.net/tools/

Looks good to me, thanks!
Reply