dir_bruteforce
Discover hidden directories and files on a web app by brute-forcing content paths with a wordlist.
Instructions
Brute-force web content paths/directories (gobuster dir mode).
TOOL_NAME=dir_bruteforce DISPLAY_NAME=Directory/Content Brute-Force USECASE=Discover hidden directories and files on an in-scope web app using a wordlist INSTRUCTIONS=1. Ensure host is in scope, 2. Provide the base URL, 3. Optionally set wordlist/extensions, 4. Call INPUT_DESCRIPTION=target (base URL, e.g. http://host); wordlist (path, default common.txt); extensions (e.g. "php,txt,html") OUTPUT_DESCRIPTION=Dict with status, discovered paths in output, command and mode EXAMPLES=dir_bruteforce("http://10.0.0.5", extensions="php,html") PREREQUISITES=Host authorized and in scope; wordlist available (mount into /wordlists for the container) RELATED_TOOLS=vhost_enum, nikto_scan
Args: target: Base URL to enumerate (must be in scope). wordlist: Path to a wordlist (defaults to a common list). extensions: Comma-separated file extensions to append.
Returns: Structured result dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| wordlist | No | ||
| extensions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||