Pentest MCP

by DMontgomery40
Verified

gobuster

Discover hidden files and directories on web servers using brute-force techniques with a specified wordlist. Configure authentication, extensions, and status codes for targeted scanning.

Input Schema

NameRequiredDescriptionDefault
basicAuthNoBasic authentication credentials (username:password)
cookieNoCookie to include in requests
excludeLengthNoExclude paths of specific lengths
extensionsNoFile extensions (comma-separated)
followRedirectNoFollow HTTP redirects
noTLSValidationNoSkip TLS certificate validation
rawOptionsNoRaw gobuster options
statusCodesNoValid status codes (comma-separated)
targetYesTarget URL
threadsNoNumber of threads
timeoutNoTimeout for requests
useragentNoUser-Agent string
wordlistYesPath to wordlist

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "basicAuth": { "description": "Basic authentication credentials (username:password)", "type": "string" }, "cookie": { "description": "Cookie to include in requests", "type": "string" }, "excludeLength": { "description": "Exclude paths of specific lengths", "items": { "type": "number" }, "type": "array" }, "extensions": { "description": "File extensions (comma-separated)", "type": "string" }, "followRedirect": { "description": "Follow HTTP redirects", "type": "boolean" }, "noTLSValidation": { "description": "Skip TLS certificate validation", "type": "boolean" }, "rawOptions": { "description": "Raw gobuster options", "items": { "type": "string" }, "type": "array" }, "statusCodes": { "description": "Valid status codes (comma-separated)", "type": "string" }, "target": { "description": "Target URL", "format": "uri", "type": "string" }, "threads": { "description": "Number of threads", "exclusiveMinimum": 0, "type": "integer" }, "timeout": { "description": "Timeout for requests", "type": "string" }, "useragent": { "description": "User-Agent string", "type": "string" }, "wordlist": { "description": "Path to wordlist", "type": "string" } }, "required": [ "target", "wordlist" ], "type": "object" }

You must be authenticated.

Other Tools from Pentest MCP

Related Tools

ID: pfpsbxlin9