Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sh4dowbyte/zeta

Zeta is a Subdomain Discovery Tool designed to perform domain scanning and subdomain enumeration. Zeta helps in identifying subdomains associated with a given domain, which is essential for security testing, asset discovery, and reconnaissance activities.
https://github.com/sh4dowbyte/zeta

cybersecurity subdomain-finder

Last synced: about 1 month ago
JSON representation

Zeta is a Subdomain Discovery Tool designed to perform domain scanning and subdomain enumeration. Zeta helps in identifying subdomains associated with a given domain, which is essential for security testing, asset discovery, and reconnaissance activities.

Awesome Lists containing this project

README

        


app


Python Badge
Learning Badge
Development Badge

## 📜 Description

**Zeta** is a **Subdomain Discovery Tool** designed to help identify subdomains associated with a specific domain. Instead of performing direct enumeration, Zeta leverages data from subdomain finder services to provide relevant subdomain information. This tool is essential for security testing, asset discovery, and reconnaissance activities.

### Key Features:

- **Subdomain Data Retrieval**: Fetches subdomain information from providers such as CRT.SH and Subdomain Finder.
- **Fast Processing**: Utilizes APIs or scraping methods to quickly retrieve subdomain data.
- **Detailed Output**: Provides a comprehensive list of discovered subdomains with optional metadata such as IP addresses.
- **User-Friendly CLI**: A command-line interface designed for flexible and efficient subdomain discovery.

### Learning Objectives:

- **Understanding Subdomain Discovery**: Learn about the importance of subdomain discovery in security testing and penetration testing.
- **Python Programming**: Improve Python programming skills, particularly in web scraping, API requests, and HTML parsing.
- **Network Reconnaissance**: Master techniques for asset discovery and security testing in real-world scenarios.

**Note**: Zeta is intended for educational purposes and must be used responsibly in compliance with cybersecurity laws and ethical guidelines.

## 📚 Reference Data

- **[crt.sh](https://crt.sh/)**: A Certificate Transparency log search engine providing visibility into SSL/TLS certificates. It helps in discovering subdomains through certificates issued to a domain.
- **[Subdomain Finder](https://subdomainfinder.c99.nl/)**: A web-based tool for discovering subdomains of a given domain. It performs subdomain enumeration and provides results in a user-friendly interface.

## 📽️ Tool Demo


Zeta Demo