Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

fierce_scan

Perform DNS reconnaissance and subdomain discovery for target domains using customizable scanning parameters and wordlists.

Instructions

Execute Fierce for DNS reconnaissance and subdomain discovery.

Args: domain: Target domain dns_server: DNS server to use wordlist: Custom wordlist for subdomain brute force threads: Number of threads delay: Delay between requests wide: Wide scan (more comprehensive) additional_args: Additional Fierce arguments

Returns: DNS reconnaissance results

Input Schema

NameRequiredDescriptionDefault
additional_argsNo
delayNo
dns_serverNo
domainYes
threadsNo
wideNo
wordlistNo

Input Schema (JSON Schema)

{ "properties": { "additional_args": { "default": "", "title": "Additional Args", "type": "string" }, "delay": { "default": 0, "title": "Delay", "type": "integer" }, "dns_server": { "default": "", "title": "Dns Server", "type": "string" }, "domain": { "title": "Domain", "type": "string" }, "threads": { "default": 20, "title": "Threads", "type": "integer" }, "wide": { "default": false, "title": "Wide", "type": "boolean" }, "wordlist": { "default": "", "title": "Wordlist", "type": "string" } }, "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