Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c3n7ral051nt4g3ncy/prot1ntelligence
Protintelligence is a Python script for the OSINT and Cyber Community. This tool helps you to find intelligence on Protonmail users.
https://github.com/c3n7ral051nt4g3ncy/prot1ntelligence
cybersecurity hacking infosec osint osint-python osint-tool pentesting proton protonmail python python-script python3 script
Last synced: about 1 month ago
JSON representation
Protintelligence is a Python script for the OSINT and Cyber Community. This tool helps you to find intelligence on Protonmail users.
- Host: GitHub
- URL: https://github.com/c3n7ral051nt4g3ncy/prot1ntelligence
- Owner: C3n7ral051nt4g3ncy
- License: other
- Created: 2022-06-09T21:04:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T00:28:40.000Z (over 1 year ago)
- Last Synced: 2024-12-10T00:42:11.477Z (about 1 month ago)
- Topics: cybersecurity, hacking, infosec, osint, osint-python, osint-tool, pentesting, proton, protonmail, python, python-script, python3, script
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 155
- Watchers: 4
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# PROTINTELLIGENCE 🕵🏻♂️
**ProtINTelligence** is a Python 🐍 script for the **OSINT & Cyber Community**.# What can this tool do so far? 🔥
**Protintelligence is currently working perfectly for checking any domain** to see if this domain uses protonmail to send and receive emails.
Input example: ```[email protected]```
With the input above, this tool will be able to:
- **Confirm** if the custom domain uses Protonmail to send and receive emails
- **Detect** if the custom domain is using a **catch-all** and provide you with the main email address.
- **Provide** you with PGP key creation date and time (This is often the same date & time as account creation because not many people change their keys)
- **Provide** the Key Encryption Type: RSA or ECC (Curve25519)
- **Get** PGP Key information + creation date and time for any protonmail email address (protonmail.ch, protonmail.com, proton.me)
⚠️ Make sure the protonmail address exists because the protonmail API response to non-valid email addresses also shows PGP key with a randomized creation date and time.
# Tool 📸
# Requirements 🐍
[Python 3](https://www.python.org/downloads/)# Installation ⚙️
```
git clone https://github.com/C3n7ral051nt4g3ncy/Prot1ntelligence
``````
cd Prot1ntelligence
``````
pip install -r requirements.txt
```or (depending on pip version)
```
pip3 install -r requirements.txt depending on your set-up.
``````
python3 protintel.py
```# Disclaimer ⚠️
`This tool is for the OSINT and Cyber community, don't use it for wrong, immoral, or illegal reasons. I am not responsible for any damage that you cause.`
# Tool Improvements 🔧
If you would like to change some code within the tool or if you have any suggestions, please submit your thoughts here on github or contact me via Twitter or Keybase:
# License ⚖️
[MIT](https://choosealicense.com/licenses/mit/)
# Thanks 🙏Thanks to [Joe Gray](https://twitter.com/C_3PJoe) for his great courses and the knowledge he passed on to me.
Thanks to [White Hat Inspector](https://twitter.com/WHInspector) and [Justin Seitz](https://twitter.com/jms_dot_py) for their OSINT Automation with Python knowledge sharing.
# Support 💗
This tool took me a good few weeks to make, if you like it and if it's useful for you, please feel free to make a donation for my work by clicking on the **KO-FI** Badge or the **BITCOIN** Badge at the top of this .README file, or simply scan the BTC QR Code to get my BTC Address.
# Mention 📢
When I first made this script, I used 3 functions from [Protosint](https://github.com/pixelbubble/ProtOSINT), but protosint is no longer maintained.
- The current version (v2.2) is **100% my own code**.