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.
Demonstration: Youtube Video
- Clone the repository:
git clone https://github.com/hirusha-adi/Stalker.git
cd Stalker
- Enable and activate a virtual environment (optional but recommended)
python3 -m venv env
source env/bin/activate
- Install the required dependencies:
pip3 install -r requirements.txt
- Run the script:
python3 stalker.py --help
- Go to the latest release.
- Download the
stalker.exe
file. - 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.
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
python3 stalker.py --help
Learn more here.