Combinator
#4
It's not directly supported. For best performance in your case do it like this:

1. create combined.txt
hashcat -a1 word1.txt word2.txt --stdout -o combined.txt

2. pipe in hybrid combined + mask
hashcat -a6 combined.txt ?d?d?d?d --stdout | hashcat -a 0 -m 0 hash.txt
Reply


Messages In This Thread
Combinator - by mkIV - 05-19-2020, 08:40 PM
RE: Combinator - by verticalroll - 05-19-2020, 10:00 PM
RE: Combinator - by mkIV - 05-20-2020, 04:35 AM
RE: Combinator - by undeath - 05-20-2020, 02:01 PM
RE: Combinator - by Sondero - 05-20-2020, 04:03 PM
RE: Combinator - by undeath - 05-20-2020, 04:29 PM
RE: Combinator - by Sondero - 05-20-2020, 05:00 PM
RE: Combinator - by philsmd - 05-20-2020, 08:38 PM
RE: Combinator - by undeath - 05-21-2020, 02:59 AM