An open API service indexing awesome lists of open source software.

https://github.com/ellipog/subdomains

Subdomain scraper
https://github.com/ellipog/subdomains

Last synced: about 1 year ago
JSON representation

Subdomain scraper

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