How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
This repository contains all the supplement material for the book "The art of subdomain enumeration" - The book is available here: https://appsecco.com/books/subdomain-enumeration/
A Python 3.5+ tool that uses asyncio to brute force domain names asynchronously.
Certificate Transparency (CT) is an experimental IETF standard. The goal of it was to allow the public to audit which certificates were created by Certificate Authorities (CA). TLS has a weakness that comes from the large list of CAs that your browser implicitly trusts. If any of those CAs were…
Sublist3r is a subdomain enumeration tool and passive reconnaissance framework designed to discover subdomains by querying search engines and public intelligence sources. It functions as a security tool for identifying the digital footprint of a target domain. The project provides both passive enumeration through multi-source API aggregation and active discovery via a DNS brute force tool. It includes a TCP port scanner to identify active services and open ports on discovered subdomains, facilitating attack surface mapping. The tool can be used as a standalone utility or as a Python security
nsec3map - DNSSEC Zone Enumerator
The main features of anonion0/nsec3map are: Domain Enumeration.
Open-source alternatives to anonion0/nsec3map include: appsecco/the-art-of-subdomain-enumeration — This repository contains all the supplement material for the book "The art of subdomain enumeration" - The book is… blark/aiodnsbrute — A Python 3.5+ tool that uses asyncio to brute force domain names asynchronously. chris408/ct-exposer — Certificate Transparency (CT) is an experimental IETF standard. The goal of it was to allow the public to audit which… cyberark/aclight — A script for advanced discovery of Privileged Accounts - includes Shadow Admins. darryllane/bluto — BLUTO DNS Recon | Brute Forcer | DNS Zone Transfer | DNS Wild Card Checks | DNS Wild Card Brute Forcer | Email… aboul3la/sublist3r — Sublist3r is a subdomain enumeration tool and passive reconnaissance framework designed to discover subdomains by…