Combining list and mask
#6
Did you try the pre-computation of one side (the dict1_mod.txt or dict2_mod.txt approach) ? It's not always worse to use a strategy like this (mainly when the dicts aren't that huge and pre-computation of a new file is still manageable... also sometimes one dict is much smaller, e.g. domain names or something like this, so it's very doable and also effective).

Yeah we also had ideas in mind of using ?w in a new attack type or something similar to replace the placeholder ?w with the word from one dict... but it's not that fast and easy to implement efficiently (so it's still just an idea). The problem is also that with ?w the lengths of the words of course change a lot, so it's not something predictable and constant (and thus not that easy to optimize). With that idea something like ?w?d?d?w would probably be possible (but again, it's not supported yet, this was just an idea).
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