https://github.com/ellipog/subdomains
Subdomain scraper
https://github.com/ellipog/subdomains
Last synced: about 1 year ago
JSON representation
Subdomain scraper
- Host: GitHub
- URL: https://github.com/ellipog/subdomains
- Owner: Ellipog
- Created: 2025-01-27T17:41:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T17:47:33.000Z (over 1 year ago)
- Last Synced: 2025-06-29T01:42:10.789Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://subdomains.aaenz.no
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Subdomain Explorer
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.
## Features
- 🔍 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
## Tech Stack
- Next.js
- TypeScript
- Tailwind CSS
- Framer Motion
- Cheerio
## Getting Started
### Prerequisites
- Node.js (Latest LTS version recommended)
- npm or bun
### Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/subdomain-explorer.git
cd subdomain-explorer
```
2. Install dependencies:
```bash
npm install
# or
bun install
```
3. Create a `.env` file in the root directory and add any required environment variables:
```bash
cp .env.example .env
```
4. Start the development server:
```bash
npm run dev
# or
bun dev
```
5. Open [http://localhost:3000](http://localhost:3000) in your browser to see the application.
---
by Elliot