Skip to main content
Glama
MIT License
13
77
  • Linux
  • Apple

nmapScan

Perform network discovery and security auditing with advanced scanning options. Identify open ports, services, OS, and vulnerabilities for penetration testing. Integrates with the Pentest MCP server for streamlined security operations.

Input Schema

NameRequiredDescriptionDefault
defaultScriptsNo
fastScanNo
osDetectionNo
portsNo
rawOptionsNo
scanTechniqueNo
scriptArgsNo
scriptsNo
serviceVersionDetectionNo
skipHostDiscoveryNo
targetYes
timingTemplateNo
topPortsNo
udpScanNo
userModeHintNo
verboseNo
versionIntensityNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "defaultScripts": { "type": "boolean" }, "fastScan": { "type": "boolean" }, "osDetection": { "type": "boolean" }, "ports": { "type": "string" }, "rawOptions": { "items": { "type": "string" }, "type": "array" }, "scanTechnique": { "enum": [ "SYN", "Connect", "ACK", "Window", "Maimon", "FIN", "Xmas", "Null", "Proto" ], "type": "string" }, "scriptArgs": { "type": "string" }, "scripts": { "items": { "type": "string" }, "type": "array" }, "serviceVersionDetection": { "type": "boolean" }, "skipHostDiscovery": { "type": "boolean" }, "target": { "type": "string" }, "timingTemplate": { "enum": [ "T0", "T1", "T2", "T3", "T4", "T5" ], "type": "string" }, "topPorts": { "type": "integer" }, "udpScan": { "type": "boolean" }, "userModeHint": { "enum": [ "student", "professional" ], "type": "string" }, "verbose": { "type": "boolean" }, "versionIntensity": { "type": "integer" } }, "required": [ "target" ], "type": "object" }

Other Tools from Pentest MCP

Related Tools

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/DMontgomery40/pentest-mcp'

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