Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Stalker — OSINT tool for automated scanning of social networks and other websites, using a single nickname. | Kitploit
Tools/GitLabGitLab/pxmme/stalker
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringSocial Engineering
GitLabpxmme/stalker

Stalker

OSINT tool for automated scanning of social networks and other websites, using a single nickname.

View RepositoryWebsite
7346 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Rawsec's CyberSecurity Inventory

What's Stalker

Very simple and probably badly written OSINT tool that will allow you to quickly search through several websites for a single username.

It's aimed to save time and I wanted to keep it simple, so everything's in one single, messy .py file. I'll soon work on that to clean all of this a little bit.

How to use it

First off, clone this repo :

git clone https://gitlab.com/Pxmme/stalker

If you do not have Python3 installed nor pip3, install them :

apt-get update

apt-get install python3 python3-pip

Then go into the dir and install requirements :

cd stalker

pip3 install -r requirements.txt

Type ./stalker -h : you're good to go!

Ammunitions

Create bogus accounts and add them to ammunitions.py to enable this script to scan on those websites/apps too!

Currently supports Snapchat and Geekmemore.

Be aware that it leaves traces! For instance, Geekmemore users will know your bogus account checked them out!

Usage

root@kitploit:~
usage: stalker.py [-h] -e ENUMERATE [-v] [-f] [-c] TARGET

positional arguments:
  TARGET                The nickname of your target

optional arguments:
  -h, --help            show this help message and exit
  -e ENUMERATE, --enumerate ENUMERATE
                        Categories to scan (a = all, s = social, m = media, b
                        = blog, g = gaming, p = porn, ln = login needed)
  -v, --verbose         Enables verbosity in order to display URLs when
                        accounts are found
  -f, --firefox         Open each finding in a Firefox tab
  -c, --chromium        Open each finding in a Chromium tab

Example of use : ./stalker.py -v -e a pxmme1337

Example

example gif

ToDo

  • Auto update instead of just checking the version

  • Separate websites dictionary from main code

  • Rework dictionary to include success methods (HTTP code, text in response, other...)

  • Change example gif to showcase cool memes when using any browser options

  • Add even more relevant places to look

  • Support for . in nickname

  • .deb package?

  • better explanation of ammunitions

  • change ammunitions to mana or energy or some cooler shit that goes with the eye logo

Download Tool