awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
OJ avatar

OJ/gobuster

0
View on GitHub↗
13,429 estrellas·1,554 forks·Go·apache-2.0·7 vistas

Gobuster

Gobuster is a command-line security utility designed for brute-force discovery of hidden infrastructure and content. It operates by systematically testing wordlists against target network services to identify files, directories, subdomains, and cloud storage buckets. The tool utilizes a concurrent worker pool to execute these requests in parallel, ensuring efficient scanning across various network environments.

The project distinguishes itself through a modular plugin architecture that supports multiple discovery modes, including HTTP, DNS, and TFTP. This design allows for protocol-agnostic request abstraction, enabling the tool to perform virtual host identification, cloud storage auditing, and custom protocol fuzzing within a unified execution pipeline. Users can further refine these operations by customizing network headers, proxy settings, and security certificates.

Beyond basic enumeration, the tool provides robust result management capabilities. It includes response-based filtering logic to discard irrelevant data based on status codes or content patterns, and it supports real-time stream-based processing to save findings directly to local files. These features allow for the systematic mapping of external network footprints and the identification of exposed application endpoints or sensitive configuration data.

Features

  • Brute Force Tools - Systematically tests wordlists against target network services to identify files, directories, subdomains, and cloud storage buckets.
  • Web Path Bruteforcing - Discovers hidden directories, files, and API endpoints on web servers through systematic path brute-forcing.
  • Web Resource Discovery Scanners - Identifies hidden files, directories, and services by testing wordlists against web servers and network infrastructure.
  • Subdomain Enumeration Tools - Identifies active subdomains for a target domain by testing potential names against DNS resolvers to map out external network footprints.
  • Web Directory Enumeration Tools - Discovers hidden files and directories on web servers by testing wordlists to identify sensitive or unlinked application content.
  • Cloud Storage Scanning - Identifies publicly accessible storage buckets on cloud platforms by testing potential bucket names against service provider interfaces.
  • Fuzzing Tools - Injects wordlist payloads into web requests to uncover hidden endpoints, parameters, and security vulnerabilities.
  • Brute Force Tools - Tool for directory and DNS brute forcing.
  • Command Line Tools - Listed in the “Command Line Tools” section of the The Book Of Secret Knowledge awesome list.
  • Content Discovery - Directory, file, DNS, and VHost busting tool.
  • Directory Scanning Tools - Tool for brute-forcing directories, files, DNS, and virtual hosts.
  • Reconnaissance and Discovery - Directory/file, DNS and VHost busting tool.
  • Reconnaissance Tools - Tool for directory, file, DNS, and VHost brute-forcing.
  • Application Security - Tool for directory, DNS, and virtual host busting.
  • Directory Bruteforcing - Command-line tool for brute-forcing web directories and DNS subdomains.
  • Domain Enumeration - Tool for directory, file, DNS, and virtual host brute-forcing.
  • Fuzzers and Brute Forcers - Tool for brute-forcing URIs, DNS subdomains, and virtual host names.
  • HTTP Security - Tool for directory, file, and DNS busting.
  • Network and Web Reconnaissance - Busts directories, files, DNS, and VHosts.
  • Web Application Analysis - Tool for brute-forcing URIs and DNS subdomains.
  • Web Exploitation - Brute-forces web directories and DNS for reconnaissance.
  • Web Reconnaissance - Fast directory and file brute-forcing tool.
  • Web Security Testing - Fast tool for discovering hidden directories, files, and subdomains.
  • Fuzzing Resources - Tests application endpoints and network services by injecting wordlist data to identify security weaknesses or unexpected server behavior.
  • Virtual Host Discovery Tools - Reveals hidden websites on a single server by testing different host headers to identify non-public site configurations.
  • Protocol-Agnostic Clients - Provides protocol-agnostic request abstraction to handle diverse communication protocols like HTTP, DNS, and TFTP through a unified pipeline.
  • Logic-Based Filters - Evaluates server replies against user-defined criteria to discard irrelevant data and highlight meaningful findings.
  • HTTP Request Customizations - Allows users to customize HTTP interactions by specifying headers, proxy settings, and security certificates to control data transmission.
  • Plugin Architectures - Supports a modular plugin architecture that allows for the independent implementation of new enumeration strategies.
  • Discovery Result Exporters - Exports security discovery findings into structured data files for analysis and reporting.

Historial de estrellas

Gráfico del historial de estrellas de oj/gobusterGráfico del historial de estrellas de oj/gobuster

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace oj/gobuster?

Gobuster is a command-line security utility designed for brute-force discovery of hidden infrastructure and content. It operates by systematically testing wordlists against target network services to identify files, directories, subdomains, and cloud storage buckets. The tool utilizes a concurrent worker pool to execute these requests in parallel, ensuring efficient scanning across various network environments.

¿Cuáles son las características principales de oj/gobuster?

Las características principales de oj/gobuster son: Brute Force Tools, Web Path Bruteforcing, Web Resource Discovery Scanners, Subdomain Enumeration Tools, Web Directory Enumeration Tools, Cloud Storage Scanning, Fuzzing Tools, Command Line Tools.

¿Qué alternativas de código abierto existen para oj/gobuster?

Las alternativas de código abierto para oj/gobuster incluyen: ffuf/ffuf — This tool is a command-line utility designed for automated web resource discovery, fuzzing, and application structure… maurosoria/dirsearch — dirsearch is a command-line security tool and web path scanner used for discovering hidden directories and files on… epi052/feroxbuster — Feroxbuster is an HTTP directory brute forcer and web resource enumerator designed to discover hidden files and… projectdiscovery/subfinder — Subfinder is a security reconnaissance framework designed for subdomain enumeration and attack surface management. It… projectdiscovery/katana — Katana is a web crawler and spider designed for security reconnaissance and web application mapping. It functions as a… xmendez/wfuzz — Wfuzz is a web application fuzzing framework that automates the injection of payloads into HTTP requests to discover…

Alternativas open-source a Gobuster

Proyectos open-source similares, clasificados según cuántas características comparten con Gobuster.
  • ffuf/ffufAvatar de ffuf

    ffuf/ffuf

    15,618Ver en GitHub↗

    This tool is a command-line utility designed for automated web resource discovery, fuzzing, and application structure mapping. It functions as a security-focused scanner that identifies hidden files, directories, parameters, and virtual hosts by injecting payloads into HTTP requests. By systematically testing how servers handle various inputs, it assists in mapping the architecture of web applications and uncovering potential security vulnerabilities. The tool distinguishes itself through a highly concurrent engine that manages asynchronous request execution and recursive job orchestration. I

    Gofuzzerinfosecpentesting
    Ver en GitHub↗15,618
  • maurosoria/dirsearchAvatar de maurosoria

    maurosoria/dirsearch

    14,403Ver en GitHub↗

    dirsearch is a command-line security tool and web path scanner used for discovering hidden directories and files on web servers. It functions as a recursive directory fuzzer and brute-force utility that identifies undocumented paths and sensitive files using wordlists and HTTP status codes. The tool distinguishes itself through template-driven path generation and an automated HTTP response filter that uses status codes, content length, and regex patterns to isolate valid targets. It supports recursive directory crawling to map complex web structures and provides state-persistence serializatio

    Python
    Ver en GitHub↗14,403
  • epi052/feroxbusterAvatar de epi052

    epi052/feroxbuster

    7,522Ver en GitHub↗

    Feroxbuster is an HTTP directory brute forcer and web resource enumerator designed to discover hidden files and directories on web servers. It functions as a recursive URL scanner that identifies unlinked endpoints and API resources by combining wordlist-based scanning with automated crawling. The tool operates as a proxy-aware fuzzer, allowing network requests to be routed through HTTP or SOCKS proxies for traffic interception or anonymity. It utilizes recursive directory crawling to automatically queue discovered paths and find nested content. The system includes capabilities for discovery

    Rustcontent-discoveryenumerationhacktoberfest
    Ver en GitHub↗7,522
  • projectdiscovery/subfinderAvatar de projectdiscovery

    projectdiscovery/subfinder

    13,105Ver en 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
    Ver en GitHub↗13,105
Ver las 30 alternativas a Gobuster→