Skip to content

TEAMBCS/Site-HOUND

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

159 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐺 Site HOUND

Advanced Asynchronous Web Fuzzer & Recon Engine
High-Speed β€’ Intelligent β€’ Stealth-Oriented

πŸ‡§πŸ‡© Developed by BLACK ZERO
πŸ›‘οΈ Powered by BANGLADESH CYBER SQUAD


Dependencies

aiohttp aiohttp-socks rich beautifulsoup4 License Version


πŸ“Œ Description

Site Hound is a modern, high-performance web fuzzing framework designed for deep reconnaissance and endpoint discovery.

Unlike traditional directory brute-force tools, Site Hound integrates:

  • adaptive concurrency
  • intelligent filtering
  • header spoofing
  • recursive discovery
  • response analysis

to produce accurate, low-noise results at high speed.


🧠 Core Capabilities

⚑ Asynchronous Fuzzing Engine

  • Built on asyncio + aiohttp
  • Handles thousands of requests efficiently
  • Non-blocking architecture for maximum throughput

🧬 Intelligent Wordlist Processing

  • Automatic deduplication
  • Comment & noise removal
  • Bad character filtering
  • Smart sorting and normalization

πŸ” Smart Payload Generation

  • Context-aware extension combination
  • Prevents invalid payloads (.env.php, .bak.bak)
  • Supports deep path fuzzing

πŸ›‘οΈ Detection Systems

➀ Soft-404 Detection

  • Content length comparison
  • Hash fingerprinting (MD5)
  • Word & line analysis

➀ Wildcard Detection

  • Detects servers returning constant responses
  • Prevents false positives

➀ Response Filtering

  • Filter by status code, size, words, lines
  • Match specific patterns

πŸš€ Performance & Optimization

βš™οΈ Adaptive Concurrency Engine

  • Dynamically adjusts request speed

  • Detects:

    • rate limiting (429)
    • server errors (5xx)
    • latency spikes
  • Auto reduces or increases concurrency

⏱️ Rate Limiting System

  • Requests-per-second control
  • Prevents detection & blocking

πŸ” Retry & Backoff Logic

  • Automatic retry on failure
  • Smart delay handling

πŸ•΅οΈ Stealth & Evasion

🎭 Header Spoofing Engine

  • Generates realistic headers:

    • X-Forwarded-For
    • X-Real-IP
    • Via
  • Mimics proxy chains

  • Random IP rotation

🌐 User-Agent Rotation

  • Built-in real browser UAs

  • Custom UA support:

    • file
    • JSON
    • manual

πŸ” Recursive & Deep Scanning

  • Auto directory discovery
  • Controlled recursion depth
  • Deep fuzzing with path explosion
  • Built-in crawler support

πŸ“Š Logging & Output

🎨 Rich Terminal UI

  • Colored logs
  • Real-time status updates
  • Structured output display

πŸ“ Export Formats

  • JSON β†’ structured data
  • CSV β†’ analysis ready
  • TXT β†’ raw output

πŸ› οΈ Installation

πŸ“± Termux / Linux

pkg update && pkg upgrade -y
pkg install git python -y

git clone https://github.com/TEAMBCS/Site-HOUND.git
cd Site-HOUND
chmod +x *
pip install -r site-hound.txt
python3 site-hound.py -h

⚑ Quick Start

python3 site-hound.py -u https://target.com

βš™οΈ Advanced Usage

python3 fuzz7.py \
-u https://target.com \
-w wordlist.txt \
--ext php,html,json \
--concurrency 80 \
--adaptive \
--spoof-headers \
--recursion-depth 3 \
--rate-limit 15 \
--timeout 10

🧩 CLI Arguments (Detailed)

Argument Description
-u, --url Target URL
-w, --wordlist Wordlist file
--ext File extensions
--concurrency Number of async workers
--adaptive Enable adaptive concurrency
--rate-limit Requests per second
--timeout Request timeout
--retries Retry count
--proxy Proxy support
--header Custom headers file
--spoof-headers Enable header spoofing
--ua User-Agent file
--ua-json User-Agent JSON
--recursion-depth Directory recursion depth
--deep Enable deep fuzzing
--crawl-depth Crawl depth
--filter-codes Filter status codes
--match-codes Match only specific codes

🧠 Internal Workflow

Target Input
   ↓
Preflight Check
   ↓
Soft-404 Baseline
   ↓
Wildcard Detection
   ↓
Wordlist Optimization
   ↓
Async Fuzzing Engine
   ↓
Adaptive Concurrency Control
   ↓
Filtering & Validation
   ↓
Result Storage

πŸ“ˆ Use Cases

  • Admin panel discovery
  • Hidden endpoint detection
  • API enumeration
  • Backup file detection
  • Misconfiguration discovery


πŸ“Έ Screenshots

Screenshot 1 Β Β  Screenshot 2 Β Β 


⚠️ Legal Disclaimer

This tool is intended strictly for authorized security testing.

You must have:

  • explicit permission
  • legal authorization

The developer assumes no liability for misuse.


πŸ‘¨β€πŸ’» Author

  • πŸ”— Dev: BLACK ZERO
  • πŸ›‘οΈ Team: BANGLADESH CYBER SQUAD

🌐 Connect With Us


🀝 Contributing

Contributions are welcome.

  • Fork the repo
  • Create a branch
  • Submit a pull request

⭐ Support

If you find this project useful:

  • ⭐ Star the repository
  • πŸ” Share with others
  • πŸ’‘ Suggest improvements

πŸ”₯ Philosophy

Precision over noise Speed with control Stealth by design