nmap-service-detection

Identify services and OS details on open ports with nmap.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/dgethings/netclaw --skill nmap-service-detection-dgethings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nmap-service-detection
Source: https://github.com/dgethings/netclaw/tree/main/workspace/skills/nmap-service-detection
Command: npx skills add https://github.com/dgethings/netclaw --skill nmap-service-detection-dgethings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fingerprinting services and OS across exposed hosts to speed up asset inventory and targeted security testing.

Core Features & Use Cases

  • Service fingerprinting: identify service names and versions on open ports.
  • OS detection: determine underlying OS and device type from network responses.
  • NSE script execution: run targeted NSE scripts to probe SSL, SMB, HTTP, and other protocols.
  • Vulnerability scanning: surface common CVEs and misconfigurations for quick triage.

Quick Start

Invoke the MCP workflow against a target to discover services, OS details, NSE script results, and CVE findings.

Frequently Asked Questions about nmap-service-detection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fingerprint services and detect OS details on open ports?

Service fingerprinting identifies service names and versions on open ports, while OS detection determines the underlying operating system and device type from network responses across single hosts or small networks.

Can I run NSE scripts to probe SSL, SMB, and HTTP protocols during a network scan?

Yes, you can execute targeted NSE scripts during a network scan to probe SSL, SMB, HTTP, and other protocols, returning structured outputs that include specific script results for deeper protocol analysis.

Do I need nmap installed to scan for common CVEs and misconfigurations?

Yes, you need nmap installed with appropriate permissions to scan for vulnerabilities, which surfaces common CVEs and misconfigurations for quick triage and targeted security testing.

What is the best way to speed up asset inventory across exposed hosts?

The best way to speed up asset inventory is fingerprinting services and OS across exposed hosts, which quickly identifies open ports, service versions, and device types for targeted security testing.

Does this network scanning approach work for single hosts or small networks?

This network scanning approach works for both single hosts and small networks, returning structured results including per-port services, OS fingerprint data, NSE script outputs, and vulnerability findings.