ProtINTelligence is a Python script for the OSINT & Cyber Community. This repo is a fork of the original project by C3n7ral051nt4g3ncy. It's main changes are enchanced usability by accepting command line arguments and files as input.
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, pm.me)
git clone https://github.com/be0vlk/protintel
cd protintel
pip3 install -r requirements.txt depending on your set-up.
This fork adds functionality to use CLI arguments, like so:
python3 protintel.py [email protected]
Or multiple addresses:
python3 protintel.py [email protected] [email protected] [email protected]
Or a file as input:
python3 protintel.py emails.txt
Or even multiple files:
python3 protintel.py emails.txt emails.csv emails.html
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.