Skip to main content
Glama

MCP Pentest

directory_scan

Scan web directories to discover hidden files and folders using popular security tools for penetration testing and security assessments.

Instructions

Advanced directory scanning with dirb/dirsearch/gobuster/feroxbuster

Input Schema

NameRequiredDescriptionDefault
recursiveNoEnable recursive scanning
targetYesTarget URL
toolNoDirectory scanning tool to use

Input Schema (JSON Schema)

{ "properties": { "recursive": { "description": "Enable recursive scanning", "type": "boolean" }, "target": { "description": "Target URL", "type": "string" }, "tool": { "description": "Directory scanning tool to use", "enum": [ "dirb", "dirsearch", "gobuster", "feroxbuster" ], "type": "string" } }, "required": [ "target" ], "type": "object" }

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/adriyansyah-mf/mcp-pentest'

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