Custom mask generator
#9
(12-26-2019, 05:31 PM)undeath Wrote: Ah, I understand. No, that's not possible with hashcat and I believe it's not as easy to implement as you expect.

One thing you could do is run each mask until 5% or 10% (you can probably use -s/-l here for scripting), stop the attack, save the restore file for resuming later and then continue with the next mask.

Ah, that's unfortunate. As a last resort, even though I believe it is highly unlikely, is there a way to supply something like a python generator (word by word not stored on memory) instead of a wordlist? That way I could try to do what I just mentioned before, creating an ordered generator for the possibilities with those conditions, basically cheating the system. What I want theoretically could be done by transforming the desired possibilities into a wordlist, but unfortunately, I can't fit trillions of words in memory :/. But I'll certainly try your idea of skipping masks after a certain point, thanks for that!
Reply


Messages In This Thread
Custom mask generator - by skylight - 12-26-2019, 03:09 AM
RE: Custom mask generator - by royce - 12-26-2019, 03:45 AM
RE: Custom mask generator - by skylight - 12-26-2019, 05:27 AM
RE: Custom mask generator - by philsmd - 12-26-2019, 11:34 AM
RE: Custom mask generator - by skylight - 12-26-2019, 04:09 PM
RE: Custom mask generator - by undeath - 12-26-2019, 05:06 PM
RE: Custom mask generator - by skylight - 12-26-2019, 05:15 PM
RE: Custom mask generator - by undeath - 12-26-2019, 05:31 PM
RE: Custom mask generator - by skylight - 12-26-2019, 05:50 PM
RE: Custom mask generator - by skylight - 12-26-2019, 08:33 PM
RE: Custom mask generator - by undeath - 12-26-2019, 07:00 PM
RE: Custom mask generator - by philsmd - 12-26-2019, 09:49 PM