Discover command-line utilities and scanners designed to discover hidden files and directories on web servers.
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
Gobuster is a command-line directory and file brute-forcing tool that systematically tests wordlists against web servers with concurrent requests, supporting custom wordlists, status code and extension filtering, proxy, and output export — exactly matching the visitor's need for a web directory enumeration tool.
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
ffuf is a high-performance concurrent web fuzzer built for directory and file discovery, supporting recursive scanning, custom wordlists, status code and extension filtering, proxy chaining, and structured output reports — it directly satisfies every aspect of this query.
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
dirsearch is a full-featured command-line web directory brute-forcer that supports recursive scanning, custom wordlists, concurrent requests, and response filtering—exactly the tool needed for systematic hidden-path discovery.
Wfuzz is a web application fuzzing framework that automates the injection of payloads into HTTP requests to discover hidden resources, parameters, and vulnerabilities. It functions as a content discovery scanner, a brute-force tool for credential guessing, and a plugin-based vulnerability scanner, all within a single modular system. The tool distinguishes itself through its plugin-based extensibility, allowing custom Python modules to add new payload sources, output printers, or scanning logic without modifying core code. It supports concurrent request dispatch using thread-based parallelism
Wfuzz is a web fuzzing framework that systematically sends HTTP requests to discover hidden directories, files, and parameters, supporting custom wordlists, multithreading, and status code filtering, though its focus on general fuzzing means some directory-specific features like recursive scanning or report generation may require additional configuration.