Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

x8_parameter_discovery

Discovers hidden parameters in web applications using x8 tool with enhanced logging for bug bounty security testing.

Instructions

Execute x8 for hidden parameter discovery with enhanced logging.

Input Schema

NameRequiredDescriptionDefault
additional_argsNo
bodyNo
headersNo
methodNoGET
urlYes
wordlistNo/usr/share/wordlists/seclists/Discovery/Web-Content/burp-parameter-names.txt

Input Schema (JSON Schema)

{ "properties": { "additional_args": { "default": "", "title": "Additional Args", "type": "string" }, "body": { "default": "", "title": "Body", "type": "string" }, "headers": { "default": "", "title": "Headers", "type": "string" }, "method": { "default": "GET", "title": "Method", "type": "string" }, "url": { "title": "Url", "type": "string" }, "wordlist": { "default": "/usr/share/wordlists/seclists/Discovery/Web-Content/burp-parameter-names.txt", "title": "Wordlist", "type": "string" } }, "required": [ "url" ], "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/SlanyCukr/bugbounty-mcp-server'

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