Combining list and mask
#2
precompute one of the sides and use -a 1 ?
Code:
hashcat --stdout -a 6 -1 ?d?s --increment -o dict1_mod.txt dict1.txt ?1?1?1

Code:
hashcat -m 0 -a 1 -w 3 hash.txt dict1_mod.txt dict2.txt

note: I omitted -O on purpose, because I have no clue how large your words will be, but the performance will be much better with that restriction and -O added

an alternative could also be to use -j with a single rule and repeat that command for each character (rule) you want to use in the middle of the two dicts
Reply


Messages In This Thread
Combining list and mask - by povlhp - 10-22-2020, 08:39 AM
RE: Combining list and mask - by philsmd - 10-22-2020, 11:15 AM
RE: Combining list and mask - by povlhp - 10-22-2020, 08:05 PM
RE: Combining list and mask - by philsmd - 10-22-2020, 09:20 PM
RE: Combining list and mask - by povlhp - 10-23-2020, 08:38 PM
RE: Combining list and mask - by philsmd - 10-23-2020, 09:51 PM
RE: Combining list and mask - by povlhp - 10-24-2020, 09:54 AM