Skip to content

I'm developing a command-line OSINT tool designed to retrieve and present public digital footprints, providing insights from scattered online data.

License

Notifications You must be signed in to change notification settings

CheetahCS/OSINT-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I'm developing a command-line OSINT tool designed to retrieve and present public digital footprints, providing insights from scattered online data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages