Wordlist+Wordlist+Mask
#2
You'll want to use --stdout to output your first 2 wordlist and then pipe a new instance with a mask attack

Code:
hashcat -a 1 -m 0 --stdout  example.dict example.dict


then create your mask attack. see this forum post, very similar concept
https://hashcat.net/forum/thread-11120-p...l#pid57357
Reply


Messages In This Thread
Wordlist+Wordlist+Mask - by slawson - 01-16-2023, 06:27 PM
RE: Wordlist+Wordlist+Mask - by slyexe - 01-17-2023, 01:20 AM
RE: Wordlist+Wordlist+Mask - by slawson - 01-18-2023, 05:11 PM
RE: Wordlist+Wordlist+Mask - by Snoopy - 01-19-2023, 08:39 PM
RE: Wordlist+Wordlist+Mask - by slawson - 01-20-2023, 04:55 PM