hashcat Forum

Full Version: Wordlist as mask
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Sounds like what PrinceProcessor does.

https://github.com/hashcat/princeprocessor