sesyi / Prot1ntelligence

Protintelligence is a Python script for the Cyber Community. It also uses NeutrOSINT made by Kr0wZ. Will help you get info on Protonmail accounts and users, ProtonVPN IP adresses, ProtonMail users' PGP Keys, Digital Footprints left by the ProtonMail user on the Clear and Dark Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



GitHub Kofi BTC

Licence


PROTINTELLIGENCE πŸ•΅πŸ»β€β™‚οΈ

ProtINTelligence is a Python 🐍 script for the OSINT & Cyber Community.
You will be able to get intelligence on:

  • ProtonMail accounts/users
  • ProtonVPN users IP adresses
  • ProtonMail PGP Key of users
  • Digital Footprints left by the ProtonMail user on the clear and Dark Web.

v2.0 using NeutrOSINT

It was created on 23/11/2022 and the fix was made by @Kr0wZ by using his own script called NeutrOSINT, which uses the selenium module to check if an email is valid.

Requirements 🐍

Python 3


Protintelligence video 🎬

When viewing on Youtube, make sure you view from a PC, and put YouTube video settings to 4K.

Watch the video

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

Protintelligence Options

ALPHA πŸ”

The Alpha Module confirms if a ProtonMail email address exists and is VALID.
It also works for custom domains and "catch all" email addresses.

BRAVO πŸ“‘

The Bravo Module is a logical follow to Module ALPHA, you confirmed that the email address of the target is VALID.
Now you can use BRAVO to check for Digital Footprints on open source websites,
simply by running a search with the target email using quotation marks as a DORK to get an exact match.

CHARLIE 🏴

The Charlie Module runs a search on the dark web to check the target email digital footprints

DELTA πŸ”‘

The Delta Module gets information on the ProtonMail user PGP Key, Key creation date and Encryption standard.
If we are sure the target didn't generate a new PGP Key, the date is also the ProtonMail account creation date.
You can also request the download of the PGP Key, and add it to your KeyChain to send an encrypted email to the user. 

ECHO πŸ’»

The Echo Module confirms if the IP address you have for the target is an IP address belonging to a ProtonVPN user.

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


Thanks πŸ™


First of all, a huge thanks to @Kr0wZ, v2.0 of protintelligence is thanks to him, he fixed the email search function which now uses Selenium. The code used is from Kr0wZ's own code from NeutrOSINT

Thanks to Joe Gray for his great courses and the knowledge he passed on to me.

Thanks to White Hat Inspector and Justin Seitz for their OSINT Automation with Python knowledge sharing, and thanks to devnode777 for 2 changes.



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 πŸ“’

The tool has 3 modules based on PROTOSINT made by @Pixelbubble. As Protosint did not work correctly for me and is missing some search modules that I wanted, I decided to make something different for my first project, but a little bit of code and ideas was forked from: https://github.com/pixelbubble/ProtOSINT

About

Protintelligence is a Python script for the Cyber Community. It also uses NeutrOSINT made by Kr0wZ. Will help you get info on Protonmail accounts and users, ProtonVPN IP adresses, ProtonMail users' PGP Keys, Digital Footprints left by the ProtonMail user on the Clear and Dark Web

License:Other


Languages

Language:Python 100.0%