awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
guelfoweb avatar

guelfoweb/knock

0
View on GitHub↗
4,163 stars·883 forks·Python·GPL-3.0·21 viewsgithub.com/guelfoweb/knockpy↗

Knock

Knock is an attack surface management tool and DNS reconnaissance framework used for discovering and mapping an organization's external infrastructure. It functions as a subdomain enumeration tool and HTTP security scanner to identify reachable hosts and organizational assets.

The project distinguishes itself by using a passive-active hybrid enumeration strategy, combining external API lookups with active wordlist brute-force attacks and DNS zone transfers. It includes a multi-stage validation pipeline that detects DNS wildcard records and verifies host connectivity to filter out false positives.

The framework covers attack surface mapping, DNS security auditing, and vulnerability reconnaissance, including the detection of legacy TLS protocols. Findings are managed through a searchable database and can be exported as HTML or JSON reports. Performance tuning options allow for the adjustment of concurrency levels and network timeouts.

Features

  • Attack Surface Mapping - Identifies all reachable subdomains and DNS records to map the organization's external attack surface.
  • Subdomain Enumeration Tools - Discovers target subdomains using a hybrid of passive API lookups and active wordlist brute-forcing.
  • Hybrid Enumeration Strategies - Combines external service lookups with active wordlist brute-force attacks to maximize subdomain discovery.
  • Discovery Validation Pipelines - Implements a multi-stage pipeline to verify host connectivity and detect DNS wildcards to filter false positives.
  • DNS Reconnaissance - Functions as a framework for querying DNS records and validating connectivity to map infrastructure.
  • DNS Zone Transfers - Implements DNS zone transfer requests to retrieve complete lists of configured hosts from root domains.
  • Attack Surface Management - Provides a complete platform for discovering, inventorying, and monitoring internet-facing assets.
  • DNS Security Auditing - Performs zone transfers and validates DNS wildcard records to find misconfigured name servers.
  • External Asset Discovery - Gathers a comprehensive list of public-facing infrastructure by integrating multiple reconnaissance sources.
  • Audit Result Persistence - Stores security audit findings and reconnaissance results in a persistent local database for auditing.
  • Wildcard Domain Detectors - Provides utilities to detect and filter out false-positive DNS responses caused by wildcard records.
  • Reachability Validators - Verifies the reachability of discovered subdomains by checking status codes and security certificates.
  • Network Security Scanners - Identifies legacy TLS versions and filters subdomains based on HTTP status codes and content.
  • Security Scan Reporting - Provides a searchable database for storing and exporting security scan findings.
  • TLS Version Auditing - Identifies servers using outdated TLS 1.0 or 1.1 protocols to uncover potential security vulnerabilities.
  • Network Reconnaissance Tools - Scans discovered hosts for outdated TLS protocols and connectivity issues to identify potential entry points.
  • Network Probing Thread Pools - Provides configurable worker thread pools to balance network probing speed and rate-limiting.
  • Reconnaissance Tools - Subdomain scanning tool.
  • Subdomain Enumeration - Wordlist-based subdomain enumeration tool.
  • DNS Security - Tool for enumerating subdomains using wordlists.
  • Subdomain Enumeration - Tool for subdomain scanning.

Star history

Star history chart for guelfoweb/knockStar history chart for guelfoweb/knock

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Knock

These projects share indexed features with Knock. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • owasp/amassOWASP avatar

    OWASP/Amass

    14,722View on GitHub↗

    Amass is a network attack surface mapper and reconnaissance framework designed to discover and map the external, internet-facing infrastructure of a target organization. It functions as an open source intelligence tool that identifies public network boundaries and locates hidden or forgotten subdomains to define an organization's total reachable footprint. The project utilizes passive-source data aggregation from external APIs and public databases alongside active DNS brute-forcing and recursive subdomain expansion. It employs a graph-based asset mapping system to visualize the relationships

    Go
    View on GitHub↗14,722
  • projectdiscovery/subfinderprojectdiscovery avatar

    projectdiscovery/subfinder

    13,105View on GitHub↗

    Subfinder is a security reconnaissance framework designed for subdomain enumeration and attack surface management. It functions as a discovery engine that identifies and maps internet-exposed infrastructure, cloud-hosted assets, and network ranges to maintain a comprehensive inventory of an organization's digital footprint. The project distinguishes itself through a modular, template-driven scanning engine that executes security checks against discovered assets. It leverages cloud-native asset discovery to query provider APIs and infrastructure metadata, while supporting distributed agent orc

    Gobugbountyhackinghacktoberfest
    View on GitHub↗13,105
  • aboul3la/sublist3raboul3la avatar

    aboul3la/Sublist3r

    10,957View on GitHub↗

    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

    Python
    View on GitHub↗10,957
  • projectdiscovery/naabuprojectdiscovery avatar

    projectdiscovery/naabu

    5,766View on GitHub↗

    Naabu is a port scanner library and tool that probes hosts for open ports using SYN, CONNECT, and UDP methods to identify active services. It functions as a Go library for embedding port scanning into programs, and as a standalone tool that accepts targets as hostnames, IP addresses, CIDR ranges, or ASN numbers. The tool discovers live hosts before scanning, filters ports by range or top lists, and can integrate with Nmap for service version detection. The project distinguishes itself through its SYN-based port probing approach that sends TCP SYN packets and analyzes responses without complet

    Gocdn-exclusionhacktoberfestnmap
    View on GitHub↗5,766
Compare all 30 related projects→

Frequently asked questions

What does guelfoweb/knock do?

Knock is an attack surface management tool and DNS reconnaissance framework used for discovering and mapping an organization's external infrastructure. It functions as a subdomain enumeration tool and HTTP security scanner to identify reachable hosts and organizational assets.

What are the main features of guelfoweb/knock?

The main features of guelfoweb/knock are: Attack Surface Mapping, Subdomain Enumeration Tools, Hybrid Enumeration Strategies, Discovery Validation Pipelines, DNS Reconnaissance, DNS Zone Transfers, Attack Surface Management, DNS Security Auditing.

Which projects share features with guelfoweb/knock?

Projects with overlapping indexed features include: owasp/amass — Amass is a network attack surface mapper and reconnaissance framework designed to discover and map the external,… projectdiscovery/subfinder — Subfinder is a security reconnaissance framework designed for subdomain enumeration and attack surface management. It… aboul3la/sublist3r — Sublist3r is a subdomain enumeration tool and passive reconnaissance framework designed to discover subdomains by… projectdiscovery/naabu — Naabu is a port scanner library and tool that probes hosts for open ports using SYN, CONNECT, and UDP methods to… owasp/nettacker — Nettacker is an automated penetration testing framework designed to orchestrate reconnaissance, port scanning, and… blacklanternsecurity/bbot — This project is an open-source intelligence reconnaissance framework and recursive attack surface mapper. It functions…