Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.12 KB

File metadata and controls

39 lines (23 loc) · 1.12 KB

OSINT-Tool

A command-line OSINT tool designed to retrieve and present public information.

Current functionality

  • 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)

Planned functionality

  • 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

Usage

To use this tool, you will need Python 3.8+ and Git installed on your system.

1. Installation

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 .

2. Usage

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 example@gmail.com