gobuster_dir
Discover hidden web directories and files by brute-forcing URLs with Gobuster. Scan target sites using customizable wordlists, extensions, and status code filters to uncover exposed resources.
Instructions
Directory and file brute-force using Gobuster. url: target URL (e.g. 'http://example.com') wordlist: path to wordlist (auto-selects common.txt from dirb/seclists if empty) extensions: file extensions to search e.g. 'php,html,txt' threads: concurrent threads (default 10) exclude_codes: HTTP codes to hide (default '404'), use '' to show all follow_redirect: follow 3xx redirects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| threads | No | ||
| wordlist | No | ||
| extensions | No | ||
| exclude_codes | No | 404 | |
| follow_redirect | No |