Is it possible to make hashcat use words from a wordlist multiple times?
For example given a wordlist
It would try
and make it increment the times the words are added?
something like
For example given a wordlist
Code:
hello
world
!
It would try
Code:
hello
world
!
helloworld
hello!
worldhello
world!
!hello
!world
!!
....
and make it increment the times the words are added?
Code:
world!helloworld!
something like
Code:
hashcat hash wordlist.txt ?w?w?w?w?w?w --increment