Skip to main content
Glama

MCP Pentest

fuzzing_parameters

Test extracted web parameters with various payloads using ffuf or wfuzz to identify security vulnerabilities through automated fuzzing techniques.

Instructions

Fuzz extracted parameters with various payloads using ffuf/wfuzz

Input Schema

NameRequiredDescriptionDefault
parametersYesArray of extracted parameters to fuzz
toolNoFuzzing tool to use

Input Schema (JSON Schema)

{ "properties": { "parameters": { "description": "Array of extracted parameters to fuzz", "items": { "type": "object" }, "type": "array" }, "tool": { "description": "Fuzzing tool to use", "enum": [ "ffuf", "wfuzz" ], "type": "string" } }, "required": [ "parameters" ], "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