Skip to main content
Glama
schwarztim
by schwarztim

gobuster_dir

Enumerate hidden directories and files on web servers via wordlist-based brute force, revealing unlisted content for security assessment.

Instructions

Directory/file enumeration mode - discovers hidden directories and files on web servers using wordlist-based brute forcing. Executes on remote Kali host via SSH.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesTarget URL (e.g., https://example.com or https://example.com/path)
asyncNoRun scan asynchronously and return scan ID (default: false)
quietNoDon't print banner and other noise (default: false)
cookiesNoCookies to use for requests (e.g., session=abc123)
headersNoCustom headers (e.g., ['Authorization: Bearer token', 'X-Custom: value'])
threadsNoNumber of concurrent threads (default: 10)
timeoutNoHTTP timeout in seconds (default: 10)
expandedNoExpanded mode, print full URLs (default: false)
wordlistNoPath to wordlist file on Kali (default: /usr/share/wordlists/dirb/common.txt)
extensionsNoFile extensions to search for, comma-separated (e.g., php,html,txt,js)
user_agentNoCustom User-Agent string
show_lengthNoShow response length (default: true)
status_codesNoPositive status codes to match, comma-separated (e.g., 200,204,301,302)
exclude_statusNoStatus codes to exclude, comma-separated (e.g., 404,403)
follow_redirectNoFollow redirects (default: false)
no_tls_validationNoSkip TLS certificate verification (default: false)
Behavior3/5

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

With no annotations provided, the description discloses some behavioral traits such as executing remotely via SSH and using wordlist-based brute forcing. However, it omits details about active scanning consequences, rate limits, or how results are returned, leaving gaps in transparency.

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

Conciseness5/5

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

The description is only two sentences, front-loaded with the core purpose. It is concise, free of redundancy, and quickly conveys what the tool does.

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

Completeness3/5

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

Given the tool's complexity (16 parameters) and lack of an output schema, the description covers the core purpose and remote execution but does not explain expected output, interpretation of results, or typical usage nuances. This leaves the tool under-specified for an agent unfamiliar with gobuster's behavior.

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

Parameters3/5

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

The input schema provides 100% coverage for all 16 parameters, so the baseline is met. The description adds minimal extra meaning beyond mentioning wordlist-based brute forcing, which loosely relates to the wordlist parameter but doesn't enhance understanding of any specific parameter.

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

Purpose5/5

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

The description clearly states the tool's function as 'Directory/file enumeration mode' with the objective to discover hidden directories and files on web servers. It distinguishes itself from sibling tools like gobuster_dns and gobuster_vhost by focusing on path brute-forcing.

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

Usage Guidelines4/5

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

The description provides clear context by specifying this mode is for directory/file enumeration via wordlist-based brute forcing, implying when to use it. However, it doesn't explicitly exclude alternatives or mention when not to use it, stopping short of full prescriptive guidance.

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/schwarztim/sec-gobuster-mcp'

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