Skip to main content
Glama

Bug Bounty MCP Server

by SlanyCukr

rustscan_fast_scan

Perform rapid port scanning to identify open ports on target systems for security assessments and vulnerability discovery.

Instructions

Execute RustScan for ultra-fast port scanning.

Args: target: Target IP address or hostname ports: Custom port range (default: all ports) ulimit: File descriptor limit batch_size: Batch size for port scanning timeout: Socket timeout in milliseconds tries: Number of tries per port no_nmap: Skip nmap integration additional_args: Additional RustScan arguments

Returns: Fast port scan results

Input Schema

NameRequiredDescriptionDefault
additional_argsNo
batch_sizeNo
no_nmapNo
portsNo
targetYes
timeoutNo
triesNo
ulimitNo

Input Schema (JSON Schema)

{ "properties": { "additional_args": { "default": "", "title": "Additional Args", "type": "string" }, "batch_size": { "default": 4500, "title": "Batch Size", "type": "integer" }, "no_nmap": { "default": false, "title": "No Nmap", "type": "boolean" }, "ports": { "default": "", "title": "Ports", "type": "string" }, "target": { "title": "Target", "type": "string" }, "timeout": { "default": 1500, "title": "Timeout", "type": "integer" }, "tries": { "default": 1, "title": "Tries", "type": "integer" }, "ulimit": { "default": 5000, "title": "Ulimit", "type": "integer" } }, "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/SlanyCukr/bugbounty-mcp-server'

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