10-22-2020, 08:39 AM
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.
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.