Skip to content

alhamrizvi-cloud/rapzy

Repository files navigation

image

RAPZY - Subdomain Enumeration & Live Host Scanning

RAPZY is a web-based subdomain enumeration and live host scanning platform designed for reconnaissance and security testing. It combines passive intelligence sources with active probing to discover subdomains and identify live web services in real time.

⚠️ Disclaimer: Use RAPZY only on domains you own or have explicit permission to test.

✨ Features

  • 🔍 Passive subdomain enumeration (certificate transparency, public sources)
  • ⚡ Active DNS & HTTP probing
  • 🌐 Live host detection (HTTP / HTTPS)
  • 🖥️ Modern Web UI (Vite + React + TypeScript)
  • 📊 Real-time results display
  • ☁️ Backend-ready (API-based architecture)
  • 🐳 Fully containerized (Docker & Podman supported)

🧱 Tech Stack

Frontend

  • Vite
  • React
  • TypeScript
  • Tailwind CSS / shadcn-ui

Backend / Services

  • Supabase (optional)
  • REST / WebSocket based scanning engine

Deployment

  • Docker
  • Podman

📥 Clone the Repository

git clone https://github.com/alhamrizvi-cloud/rapzy.git
cd rapzy

🚀 Running with Docker

1️⃣ Build the Docker image

docker build -t rapzy .

2️⃣ Run the container

docker run -d \
  --name rapzy \
  -p 5173:5173 \
  rapzy

3️⃣ Access the app

Open your browser and visit:

http://localhost:5173

🐧 Running with Podman (Rootless)

Make sure podman is installed and running in rootless mode.

podman info

Podman is fully supported and recommended for Linux users.

1️⃣ Build the image

podman build -t rapzy .

2️⃣ Run the container

podman run -d \
  --name rapzy \
  -p 8080:8080 \
  rapzy

3️⃣ Verify

podman ps

🧪 Development (Without Containers)

Recommended only for development and debugging.

Requirements

  • Node.js 18+
  • npm or bun

Steps

npm install
npm run dev

App will be available at:

http://localhost:5173

npm install
npm run dev

🔐 Security Notes

  • Rate-limiting is recommended for active scanning
  • Avoid scanning large targets from shared IPs
  • Always obtain authorization before testing

📄 License

MIT License

🙌 Credits

Built with ❤️ for security researchers and bug bounty hunters.

If you like this project, ⭐ star the repo and contribute!

About

Ultimate Web UI Subdomain Enumeration site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages