A modern web application built with Next.js that discovers and explores subdomains of any website. Features a beautiful, responsive UI with real-time subdomain status checking and title fetching capabilities.
- 🔍 Automatic subdomain discovery using certificate transparency logs
- 🎯 Real-time status checking of discovered subdomains
- 📱 Responsive design for all devices
- 🎨 Modern UI with smooth animations
- 🌙 Dark mode support
- 🔒 Secure domain handling
- 📊 Clean data visualization
- Next.js
- TypeScript
- Tailwind CSS
- Framer Motion
- Cheerio
- Node.js (Latest LTS version recommended)
- npm or bun
-
Clone the repository:
git clone https://github.com/yourusername/subdomain-explorer.git cd subdomain-explorer -
Install dependencies:
npm install # or bun install -
Create a
.envfile in the root directory and add any required environment variables:cp .env.example .env
-
Start the development server:
npm run dev # or bun dev -
Open http://localhost:3000 in your browser to see the application.
by Elliot