SkillAgentSearch skills...

WebSpyder

WEBSPYDER is a powerful Python-based CLI OSINT tool that gathers detailed information about websites, including IP, WHOIS, DNS, emails, SSL, CMS detection, subdomains, open ports, and more — perfect for ethical hackers and bug bounty hunters.

Install / Use

/learn @hackwithyash/WebSpyder
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

🕵️‍♂️ WEBSPYDER - Website OSINT CLI Tool

WEBSPYDER Python

WEBSPYDER is a powerful and comprehensive OSINT (Open Source Intelligence) CLI tool for extracting detailed information about a target website. Created with ❤️ by @hackwithyash, this tool is perfect for ethical hackers, cybersecurity researchers, and bug bounty hunters.


✨ Features

  • 🔍 IP Address Lookup
  • 📜 WHOIS Information
  • 🧾 DNS Records (A, MX, NS, TXT)
  • 📧 Email Extraction
  • 🔐 SSL Certificate Details
  • 🧠 CMS Detection (WordPress, Joomla, etc.)
  • 🌍 Subdomain Enumeration via crt.sh
  • 📁 Robots.txt & Sitemap.xml Fetcher
  • 🛡 Security Headers Checker
  • 🔗 Social Media Links Extractor
  • 🔓 Common Port Scanner
  • ⚡ Beautiful ASCII UI + Progress Bars

📥 Installation

✅ Requirements

  • Python 3.8+
  • pip

📲 Installation on Termux

pkg update && pkg upgrade
pkg install python git -y
pip install --upgrade pip
git clone https://github.com/hackwithyash/webspyder
cd webspyder
pip install -r requirements.txt
python webspyder.py

🪟 Installation on Windows

Install Python from the official site: https://www.python.org

Open Command Prompt:

git clone https://github.com/hackwithyash/webspyder
cd webspyder
pip install -r requirements.txt
python webspyder.py

💻 Installation on Linux

sudo apt update && sudo apt install git python3 python3-pip -y
git clone https://github.com/hackwithyash/webspyder
cd webspyder
pip3 install -r requirements.txt
python3 webspyder.py

🚀 Usage

python webspyder.py

📸 Screenshot

image

📢 Connect with the Creator

🔗 GitHub: @hackwithyash

📣 Telegram: @hack_with_yash

⚠️ Disclaimer

This tool is built for educational and ethical purposes only. The developer is not responsible for any misuse.

⭐ Star This Repo

If you like the project, don’t forget to ⭐ star the repository and share it with your peers in cybersecurity!

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated11d ago
Forks0

Languages

Python

Security Score

85/100

Audited on Mar 23, 2026

No findings