hashcat Forum
Wordlist as mask - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Wordlist as mask (/thread-11409.html)



Wordlist as mask - Darksoul1 - 04-30-2023

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



RE: Wordlist as mask - Chick3nman - 05-01-2023

Sounds like what PrinceProcessor does.

https://github.com/hashcat/princeprocessor