-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Hello,
I've been running help_crack.py and I've noticed it's way inefficient in 2024:
- It tries to crack one hash at the time, but it's way more efficient to crack lots of hashes in one go
- It uses wordlists that were huge in 2011, but are now tiny and get completed in seconds
This means that a lot of time is wasted in hashcat autotuning and loading the dictionaries, for a run that lasts only a few seconds.
I quickly scanned the server source code but I haven't found an endpoint to get all the uncracked hashes. I think doing so would speed up a lot the research, as people (like me) can try their own huge dictionaries on them.
An alternative would be to get N hashes at the same time (maybe the user (the client) can choose how many, up to a max of 10? 100?), and maybe considering merging some dicts together (like the wps keys)?.
Thank you for the amazing project <3
Wingman4l7 and Omelug
Metadata
Metadata
Assignees
Labels
No labels