Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

subfinder_scan

Discover subdomains of a target domain using passive enumeration techniques to enhance reconnaissance and security assessment workflows.

Instructions

Execute Subfinder for passive subdomain enumeration with enhanced logging.

Args: domain: Target domain silent: Run in silent mode all_sources: Use all sources additional_args: Additional Subfinder arguments

Returns: Passive subdomain enumeration results

Input Schema

NameRequiredDescriptionDefault
additional_argsNo
all_sourcesNo
domainYes
silentNo

Input Schema (JSON Schema)

{ "properties": { "additional_args": { "default": "", "title": "Additional Args", "type": "string" }, "all_sources": { "default": false, "title": "All Sources", "type": "boolean" }, "domain": { "title": "Domain", "type": "string" }, "silent": { "default": true, "title": "Silent", "type": "boolean" } }, "required": [ "domain" ], "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