Combining list and mask
#1
How do I, with good performance, combine a list with a mask + a list ?
I suspect many passwords are made up as word + (?d?s)* + word

Tried the combinator3 with the middle part being a file with all digits + 10 specials, and the performance was about 1MH/s instead of my usual 10000MH/s. So a factor 10000.

I am using NTLM - aka a fast algorithm.

A Combination attack does not work, as both dictionaries has to be files (Can not use - as stdin). So I cannot use -a 6 / -a7 as a preprocessor to stdin.
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