Skip to main content
Glama

gobuster_scan

Brute-force directories, files, and virtual hosts to reveal hidden resources. Customize target, mode, wordlist, and extensions for targeted discovery.

Instructions

Brute-force directories, files, and virtual hosts using Gobuster.

Args: target: Target URL (e.g. https://example.com). mode: Gobuster mode — dir (directory/file), vhost (virtual hosts), dns (subdomains). wordlist: Path to wordlist file. extensions: Comma-separated file extensions to check (e.g. "php,html,txt"). threads: Number of concurrent threads (default 10, max 50). status_codes: Comma-separated HTTP status codes to show (default: 200,204,301,302,307,401,403). timeout: Override default timeout in seconds.

Returns: Discovered paths/vhosts with status codes and content lengths.

Note: - Target must be in tengu.toml [targets].allowed_hosts. - Rate limiting applies — use threads <= 10 for stealth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNodir
targetYes
threadsNo
timeoutNo
wordlistNo/usr/share/seclists/Discovery/Web-Content/common.txt
extensionsNo
status_codesNo200,204,301,302,307,401,403

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full behavioral burden. It discloses rate limiting and the allowed_hosts requirement, which is useful, but does not mention network noise, external dependencies, or failure behavior. This is partial transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with an intro, Args list, Returns section, and Notes. It is not overly verbose, though it repeats some defaults already present in the schema. All sections are useful and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity and output schema, the description covers usage, parameters, return type, and key constraints. It lacks discussion of alternative tools and some edge cases, but is fairly complete for a scanning tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description compensates by explaining all 7 parameters with one-line definitions and examples (e.g., extensions, status_codes defaults). This adds meaning beyond the schema, though some nuances like extension format are only hinted.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first sentence 'Brute-force directories, files, and virtual hosts using Gobuster' is a clear verb+resource statement. It covers the main use cases but does not explicitly distinguish from sibling tools like feroxbuster_scan or ffuf_fuzz, though the mode parameter adds DNS subdomains.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like feroxbuster_scan or ffuf_fuzz. It only lists constraints (allowed_hosts, rate limiting) and mode descriptions, which are more prerequisites than usage direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rfunix/tengu'

If you have feedback or need assistance with the MCP directory API, please join our Discord server