epixoip
Going by your comment of making an indexed look up table. Did you mean something like this?
https://github.com/moloch--/hashlookup
EDIT: I've had a play around with those scripts and I've got to say it seems like a pretty good idea. It actually creates the index a lot faster than we thought. It does it for me at around 2MB/s. Which means it would take just 13 hours to index 100GB of wordlists. I've tried with a 1GB list already and the time it takes to parse the index is really quite impressive.
For a 1GB wordlist it passes a 100K hash list in 5 seconds.
And passes 1 hash in 0.001 seconds.
Making an index like this for many GB of wordlists would make an incredible hash cracking website.
Going by your comment of making an indexed look up table. Did you mean something like this?
https://github.com/moloch--/hashlookup
EDIT: I've had a play around with those scripts and I've got to say it seems like a pretty good idea. It actually creates the index a lot faster than we thought. It does it for me at around 2MB/s. Which means it would take just 13 hours to index 100GB of wordlists. I've tried with a 1GB list already and the time it takes to parse the index is really quite impressive.
For a 1GB wordlist it passes a 100K hash list in 5 seconds.
And passes 1 hash in 0.001 seconds.
Making an index like this for many GB of wordlists would make an incredible hash cracking website.