bee-san / pyWhat

🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! 🧙‍♀️
MIT License
6.64k stars 357 forks source link

Support checksums/hashes #83

Closed danielskowronski closed 3 years ago

danielskowronski commented 3 years ago

One thing I immediately thought about when I saw this was "wow, now I can quickly identify unknown checksums offline" and then Nothing found! happened. Would be nice to support range of formats like https://www.onlinehashcrack.com/hash-identification.php

bee-san commented 3 years ago

Hey @danielskowronski !! I have another tool for you, https://github.com/HashPals/Name-That-Hash which does identify hashes!

I was going to implement it into PyWhat, but I do not believe it'll be useful perhaps? As hashes need to be de-hashed for them to have any real value?

I'll have a lil debate over this with the team.