Wordlist as mask
#1
Brick 
Is it possible to make hashcat use words from a wordlist multiple times?

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
Reply


Messages In This Thread
Wordlist as mask - by Darksoul1 - 04-30-2023, 09:55 PM
RE: Wordlist as mask - by Chick3nman - 05-01-2023, 08:39 AM