Open In App

ProtOSINT – Python Script to Investigate Protonmail Accounts And ProtonVPN IP Addresses

Last Updated : 28 Nov, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

ProtOSINT is a free and open-source tool available on GitHub. This tool is based upon the technology of the open-source intelligence tools which works on the open-source information available on the web or on the internet.  ProtOSINT can be used in the investigation of Proton service on an email address.  The Protonmail is an encrypted email service available for free developed by engineers that takes a radically different approach to email security. This tool is written in python language you must have python language installed in your kali Linux operating system in order to use the tool efficiently. The ProtOSINT perform can be used to perform the following 3 operations on a proton service.

  • ProtOSINT can be used to test the validity of a proton mail account and can also be used to get additional information about the proton mail account.
  • ProtOSINT can be used to find if your target has any proton mail account on the internet by generating multiple addresses in the tool by combining information fields in the input field.
  • ProtOSINT can be used to find if your IP is currently affiliated to any ProtonVPN or not.

Installation

Step 1: Use the following command to install the tool from GitHub. Use the second command to move into the directory of the tool.

git clone https://github.com/pixelbubble/ProtOSINT.git
cd ProtOSINT

Step 2: Use the following command to run the tool.

python3  protosint.py  

The tool is running successfully. Now we will see examples to use the tool.

Usage

Example 1: Use the ProtOSINT Test the validity of one proton Mail account. Type 1 then email

1
<email>

The tool has shown the provided email is valid.

Example 2: Use the ProtOSINT to find if your target has any proton mail account on the internet by generating multiple addresses in the tool by combining information fields in the input field. press 2 and provide the details such as first name, last name, year of birth, zip code.

2
<details of target>

The tool is trying combinations and finding whether the target has a  proton mail or not.

Example 3: use ProtOSINT to find if your IP is currently affiliated to any ProtonVPN or not. press 3 and give the IP address

3
<ip address>

The tool found that the IP is not connected to any ProtonVPN.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads