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.
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
SSLScrape | A scanning tool for scaping hostnames from SSL certificates.
The main features of jhaddix/sslscrape are: Domain Enumeration.
Open-source alternatives to jhaddix/sslscrape include: anonion0/nsec3map — nsec3map - DNSSEC Zone Enumerator. 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. aboul3la/sublist3r — Sublist3r is a subdomain enumeration tool and passive reconnaissance framework designed to discover subdomains by…