Skip to content

Proton-Privacy-Decoded

Script to Explore ProtonMail and Vpn

Introducing PPD Proton-Privacy-Decoded

Feel free to contribute

What This Script Does?:

  • âš¡ Check ProtonMail for valid accounts
  • âš¡ Check User PGP Key, creation date and Key Type
  • âš¡ Download PGP Keys
  • âš¡ Check if the IP address is from ProtonVPN and from which Country
  • âš¡ ProtonMail User Footprints DEEP and DARK WEB

Getting Starting 👣

Instalation

git clone https://github.com/carlostkd/Proton_Privacy_Decoded.git

Install the dependencies

pip3 install requests
pip3 install bs4
pip3 install ipaddress
pip3 install google
pip3 install json

Run the script

python3 proton.py

Screenshot

Known Issues that you should`t report to me:

Account Creation date refers only to the date of the Encrypted Key

The user can have more email addresss or change the key every day?? :)
You should compare with "traces" or do a more extensive OSINT.
    That's it!

The API always returns all queried emails as True even if the Email is not a ProtonMail Email.

API endpoints limits the frequency of communication such as the number of requests made to avoid potentially
perform a Denial of Service (DoS) attack, disrupt logic, or cause other security implications.

Do not abuse and everything runs fine

IP Address City Region Country etc returns values as "None"

reason 1 -The script uses a public api from ipapi with a limit of 30.000 queries a month
reason 2 -If you are using some vpn its possible that your vpn IP are blacklisted
solution
Use another api 
Change your VPN IP
- 👯 Did you found a Bug? Do you have any Sugestions?
Get in Touch