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
#2
Sounds like what PrinceProcessor does.

https://github.com/hashcat/princeprocessor
Reply