pyWhat
pyWhat copied to clipboard
🐸 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! 🧙♀️
We have a bunch of regex which do not have tests: - [ ] Facebook (no idea how to use their API) - [ ] Twitter (I am bannned from...
## Prerequisites - [x] Have you read the documentation on contributing? https://github.com/bee-san/pyWhat/wiki/Adding-your-own-Regex ## Why do we need this pull request? Adds regex for Guilded (guilded.gg) webhooks Adds fixtures & tests...
I've had numerous false positives with the phone number regex that are obviously wrong. All of these match: ``` 0000000000000 0123456789 3333333333333 3333333333 4444444444444 22223333333 -1606586780 ``` The last one...
Hi It would be useful to identify Google API key cause it will be paid in bug bounty programs, and authorizing the API key would be useful for hunters. I...
**⚠ Pull Requests not made with this template will be automatically closed 🔥** ## Prerequisites - [x] Have you read the documentation on contributing? https://github.com/bee-san/pyWhat/wiki/Adding-your-own-Regex ## Why do we need...
**Is your feature request related to a problem? Please describe.** Many regexes (like phone numbers or coordinates) have several formats. Currently, `|` can be used to separate formats, but it...
``` $ poetry run pywhat "3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F" Matched on: 3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F Name: Bitcoin (₿) Wallet Address Link: https://www.blockchain.com/btc/address/3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F3F ``` The regex catches obvious non Bitcoin addresses. I'm not sure if there's a...
**Is your feature request related to a problem? Please describe.** The rarity is used to sort the result of PyWhat. However, I feel like it's a subjective value that didn't...
Currently, pywhat only uses regular expressions to identify stuff. However, we may often want to update the description based on a match or to filter out false positives. Some examples:...
**Is your feature request related to a problem? Please describe.** It feels a tad strange to run a pyWhat command and get no output at all until it's complete. With...