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.53k stars 350 forks source link

Identify PGP keys? #84

Closed seisvelas closed 3 years ago

seisvelas commented 3 years ago

Not sure if this would be an appropriate functionality for this project. It doesn't seem to currently be supported, when I try running pywhat against a file containing a PGP public key, it says nothing found.

if this would be appropriate, I'd be happy to put up a PR implementing it :)

bee-san commented 3 years ago

Yup!!! Problem is, Identify Anything only works well with the network effect when we have a large enough database 😅 We're getting there!

Sure, open a PR if you can!

We currently use regex for everything (well, almost!), you can read the wiki here: https://github.com/bee-san/pyWhat/wiki/Adding-your-own-Regex