Skip to content

An OSINT tool built specifically to find information about individuals.

Notifications You must be signed in to change notification settings

hirusha-adi/Stalker

Repository files navigation

Stalker - OSINT Tool

Stalker is an OSINT (Open Source Intelligence) tool designed to help you gather information about individuals based on various identifiers like email addresses, usernames, phone numbers, and passwords. This tool integrates with multiple OSINT services and provides several commands to gather relevant data.

Modules

Username Lookup

Demonstration: Youtube Video

demo

Installation

From source

  1. Clone the repository:
git clone https://github.com/hirusha-adi/Stalker.git
cd Stalker
  1. Enable and activate a virtual environment (optional but recommended)
python3 -m venv env
source env/bin/activate
  1. Install the required dependencies:
pip3 install -r requirements.txt
  1. Run the script:
python3 stalker.py --help

Using the executable

  1. Go to the latest release.
  2. Download the stalker.exe file.
  3. Open a shell (cmd/powershell) in the same directory to start using it.

You should use stalker.exe instead of python3 stalker.py wherever it's mentioned at.

Usage

Make sure to run the command below to initialize all the dependencies required for all the modules to function correctly before using anything.

python3 stalker.py init

Usage Examples

python3 stalker.py --help

How it works?

Learn more here.