HashPals / Name-That-Hash

🔗 Don't know what type of hash it is? Name That Hash will name that hash type! 🤖 Identify MD5, SHA256 and 300+ other hashes ☄ Comes with a neat web app 🔥
https://nth.skerritt.blog
GNU General Public License v3.0
1.46k stars 103 forks source link

Scrape Hashcat website to find out what hashes we are missing #60

Closed bee-san closed 3 years ago

bee-san commented 3 years ago

We are missing some hashes from the Hashcat example hashes page: https://hashcat.net/wiki/doku.php?id=example_hashes

I propose we:

  1. Scrape that page for every Hash-Name
  2. Check to see if Hash-Name is in this file https://github.com/HashPals/Name-That-Hash/blob/main/name_that_hash/hashes.py
  3. If it's not in the file, append it to a new file.

Post the file here so we know what we need to add.

This is issue is suitable for beginners :)

Note: You do not have to create the Regex. Just find out what hashes are not in the database

If you need support, come to the Discord

bee-san commented 3 years ago

Edit: This is taken by someone :)

JabbaSec commented 3 years ago

This is all the hashes missed in the specified format. Some hashes may be duplicates due to the algorithm I was using, accuracy can be increased if required.

format_missed.txt