Makemore for password candidate / rule generation
General Discussion
2
Posts
2
Posters
168
Views
2
Watching
-
I've been experimenting with Andrej Karpathy's Makemore to create simple pytorch models trained on password datasets. I've had fun using it for attacking hashlists with common words and patterns (e.g. the 2024 Halloween challenge by @0-0-0-0). I'm also planning experimenting with using it to generate new rulesets.
I'm sure its a rather inefficient avenue for generating new password candidates and rules, but it's been fun to toy around with. Just thought I'd share.
Has anyone else found any fun/interesting uses for AI/LLMs in the realm of hash recovery?