Skip to main content
Glama

nmapScan

Perform network discovery and security auditing by scanning ports, detecting services, and identifying OS details on target systems using customizable scan techniques and options.

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" }

You must be authenticated.

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