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
epi052 avatar

epi052/feroxbuster

0
View on GitHub↗
7,522 stars·600 forks·Rust·mit·16 viewsepi052.github.io/feroxbuster-docs/overview↗

Feroxbuster

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 result filtering based on HTTP status codes, content size, and file extensions. It supports integration with security toolchains by reading targets from standard input and piping results to other command line utilities. Request customization is available for modifying headers, query parameters, and data payloads.

Features

  • Web Resource Discovery Scanners - Automates the mapping of web server structures to discover undocumented endpoints and hidden content.
  • Web Enumeration - Identifies unlinked URLs and endpoints by recursively scanning and analyzing HTTP response codes.
  • Web Security Testing - Scans for unlinked resources and sensitive files to identify vulnerabilities in web applications and APIs.
  • Asynchronous Request Execution - Implements a high-performance asynchronous request pipeline to manage thousands of concurrent network requests.
  • Resource Discovery Brute-Forcing - Uses pre-defined wordlists to iteratively guess and discover hidden files and directories on web servers.
  • Web Directory Enumeration Tools - Discovers hidden files and directories on web servers using recursive wordlist-based brute-force scanning.
  • Web Path Scanners - Crawls web servers to find hidden content and API endpoints using high-performance HTTP probing.
  • Web Directory Crawlers - Automatically queues discovered directories to recursively find nested files and folders on web servers.
  • Search Result Filtering - Isolates relevant discovery targets by filtering results based on status codes, extensions, and content size.
  • Proxy-Aware Fuzzers - Routes network discovery requests through SOCKS or HTTP proxies for anonymity and traffic interception.
  • HTTP Request Customization - Provides capabilities to customize HTTP request headers, query parameters, and payloads for specific API requirements.
  • Network Traffic Proxying - Routes discovery traffic through proxies to anonymize requests and capture network communication.
  • Proxy Routing - Supports routing outgoing traffic through configurable HTTP or SOCKS proxies to avoid IP-based restrictions.
  • Standard Stream Piping - Reads target lists from standard input and writes discovery results to standard output for shell pipeline integration.
  • Traffic Proxying - Redirects network requests through HTTP or SOCKS proxies to intercept and analyze traffic.
  • Response Analysis Filters - Evaluates HTTP status codes and content lengths in real time to filter out irrelevant discovery results.
  • Content Discovery - Fast, recursive content discovery tool.
  • Directory Scanning Tools - High-speed recursive content discovery tool written in Rust.
  • Fuzzing Tools - Fast, recursive content discovery tool.
  • Reconnaissance and Discovery - Fast, simple, recursive content discovery tool.
  • Utility and Fuzzing Tools - Recursive content discovery tool for web applications.
  • Directory Bruteforcing - Fast, recursive content discovery tool built in Rust.
  • Fuzzers and Brute Forcers - Fast, recursive directory and file brute-forcing tool.
  • Security And Privacy - Recursive content discovery tool.

Star history

Star history chart for epi052/feroxbusterStar history chart for epi052/feroxbuster

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

Frequently asked questions

What does epi052/feroxbuster do?

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.

What are the main features of epi052/feroxbuster?

The main features of epi052/feroxbuster are: Web Resource Discovery Scanners, Web Enumeration, Web Security Testing, Asynchronous Request Execution, Resource Discovery Brute-Forcing, Web Directory Enumeration Tools, Web Path Scanners, Web Directory Crawlers.

Which projects share features with epi052/feroxbuster?

Projects with overlapping indexed features include: maurosoria/dirsearch — dirsearch is a command-line security tool and web path scanner used for discovering hidden directories and files on… ffuf/ffuf — This tool is a command-line utility designed for automated web resource discovery, fuzzing, and application structure… oj/gobuster — Gobuster is a command-line security utility designed for brute-force discovery of hidden infrastructure and content.… projectdiscovery/katana — Katana is a web crawler and spider designed for security reconnaissance and web application mapping. It functions as a… sullo/nikto — Nikto is an open-source HTTP security auditing tool and web server vulnerability scanner. It functions as a… six2dez/reconftw — reconftw is an attack surface management framework and reconnaissance workflow orchestrator designed to automate the…

Projects sharing features with Feroxbuster

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

    maurosoria/dirsearch

    14,403View on 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
    View on GitHub↗14,403
  • ffuf/ffufffuf avatar

    ffuf/ffuf

    15,618View on 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
    View on GitHub↗15,618
  • oj/gobusterOJ avatar

    OJ/gobuster

    13,429View on GitHub↗

    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 r

    Godnsgopentesting
    View on GitHub↗13,429
  • projectdiscovery/katanaprojectdiscovery avatar

    projectdiscovery/katana

    15,584View on GitHub↗

    Katana is a web crawler and spider designed for security reconnaissance and web application mapping. It functions as a utility for identifying endpoints, forms, and API structures across web targets by combining standard HTTP request traversal with headless browser automation to render dynamic, JavaScript-heavy content. The tool distinguishes itself through its ability to maintain authenticated sessions and handle complex web interactions, such as automated form submission and captcha resolution. It provides granular control over the discovery process, allowing users to define specific crawl

    Goclicrawlergocrawler
    View on GitHub↗15,584
Compare all 30 related projects→