Best practice dealing with dic intersections
#5
(07-30-2017, 02:46 PM)fromdusktillpwn Wrote:
(07-30-2017, 07:34 AM)philsmd Wrote: There are countless tools

Well, yes, that's kinda what my friend does now. But is it the best practice tho? I mean, you have to manipulate them dics all the time, tracking every single one of them in relation to particular set of hash' not to mention noticeable amount of storage space overhead... it's a mess. And it makes harder to use masks. Built-in --exclude-words approach could save so much time in several scenarios. Eh.

Such files can be of arbitrary size and in case of very large file have a negative impact on cracking performance. Therefore it's better to pre-process the input wordlist using an external software. As an alternative you can using hashcat in stdin mode and feed it from your own wordlist exclude-words tool.


Messages In This Thread
RE: Best practice dealing with dic intersections - by atom - 07-31-2017, 08:45 AM