Skip to content

Downloading all not found networks #106

@ElDavoo

Description

@ElDavoo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions