Skip to content

VedantKCSE/Shadow-Hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

πŸ•΅οΈβ€β™‚οΈ ShadowHunter - Advanced Recon & Asset Discovery Tool

ShadowHunter is a powerful reconnaissance and subdomain enumeration tool designed for bug bounty hunters, penetration testers, and cybersecurity researchers. It automates the process of finding subdomains, extracting live assets, filtering parameters, and performing Shodan-based reconnaissance to provide an edge in security assessments.

πŸš€ Features

βœ”οΈ Domain & Subdomain Enumeration – Discover subdomains, including 3rd-level domains.
βœ”οΈ Live Subdomain Detection – Identify which subdomains are actively running.
βœ”οΈ IP Address Extraction – Fetch IPs of discovered subdomains.
βœ”οΈ Shodan Integration – Perform passive reconnaissance on discovered assets.
βœ”οΈ Web Crawling & Parameter Extraction – Crawl live subdomains and extract parameters.
βœ”οΈ Live Parameter Filtering – Identify potential vulnerable input points.
βœ”οΈ Automation & Speed – Designed to handle large-scale recon with efficiency.

πŸ“Œ Installation

git clone https://github.com/VedantKCSE/ShadowHunter.git
cd ShadowHunter
pip install -r requirements.txt  # Install dependencies (if applicable)
chmod +x shadowhunter.py  # Make it executable

🎯 Usage

Basic usage:

python shadowhunter.py -d target.com

Perform subdomain enumeration:

python shadowhunter.py --subdomains -d target.com

Run Shodan lookup:

python shadowhunter.py --shodan -ip 192.168.1.1

Perform crawling & parameter extraction:

python shadowhunter.py --crawl -d target.com

πŸ΄β€β˜ οΈ Contribution

Got ideas? Want to improve ShadowHunter? Contributions are welcome!

  1. Fork the repository
  2. Create a new branch (feature-branch)
  3. Commit your changes
  4. Push to your branch
  5. Open a Pull Request

⚠️ Disclaimer

This tool is for educational and ethical hacking purposes only. The author is not responsible for any misuse. Always ensure legal permission before using ShadowHunter on any target.

⭐ Star this repo if you find it useful! πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published