A command-line OSINT tool designed to retrieve and present public information.
- Takes an email as input and queries the Xposedornot api to identify if the provided email was in a data breach. It then displays it in a readable format in the terminal and makes a json copy of the information found in the the data folder (email_info.json)
-
Given a username or email identify social media accounts with those details
-
Utilise AI to provide a precise threat summary
-
Utilise Machine learning to be able to identify and verify social medial accounts
To use this tool, you will need Python 3.8+ and Git installed on your system.
First, clone the repository to your local machine and navigate into the project directory:
git clone https://github.com/CheetahCS/OSINT-Tool.git
cd OSINT-Tool
pip install .Now, change into the src directory and run main.py with the desired email to get information on breaches associated with that email
cd src
python3 main.py --target Title_of_Scan --email [email protected]