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
spyder-osint — Open-source intelligence (OSINT) tool for gathering information from phone numbers, IP addresses, social media, emails, usernames, domains, and license plates using global databases. | Kitploit
Tools/GitHubGitHub/tq17oa7/spyder-osint
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringSubdomain EnumerationEmail HarvestingDNS Analysis
GitHubtq17oa7/spyder-osint

spyder-osint

Open-source intelligence (OSINT) tool for gathering information from phone numbers, IP addresses, social media, emails, usernames, domains, and license plates using global databases.

View Repository
6246829 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Spyder🕷

Spyder is a universal open-source intelligence (OSINT) research tool that performs searches using large global databases.

Static Badge

menu

Features

  1. Phone number information
  2. IP address information
  3. Socials(Facebook, Instagram, Telegram, Twitter) information
  4. Email information & Email bomber
  5. Person's name search
  6. Physical address information
  7. Domain lookup
  8. License plate information(EU, Asia)
  9. Username search

Requirements

  • Python 3.10
  • Pip
  • Git

##A note for Windows and macOS users: The manual guide below is intended for Windows and Linux users. For your convenience, a DMG file is also available for macOS.

Ensure Git & Python are on the computer.

Get Git: https://git-scm.com/install/windows

Get Python: https://www.python.org/ftp/python/3.13.12/python-3.13.12-amd64.exe

Run GIT CMD.

Installation🍃(WINDOWS)

root@kitploit:~
git clone https://github.com/tq17oa7/spyder-osint
cd spyder-osint
run.bat

OR

root@kitploit:~
git clone https://github.com/tq17oa7/spyder-osint
cd spyder-osint
py -m pip install -r requirements.txt
py spyder.py

Installation🍃(LINUX)

root@kitploit:~
sudo apt install python3 python3-pip -y
git clone https://github.com/tq17oa7/spyder-osint
cd spyder-osint
pip3 install -r requirements.txt
chmod +x run.sh
./run.sh 

Contribution🌟

  • REPORT BUGS TO MY TELEGRAM
  • Don't forget to put stars, it supports me a lot⭐
Download Tool