nmap-network-scan

Discovers hosts and scans TCP/UDP ports on specified IP ranges using nmap and Python 3.

627|175|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/automateyournetwork/netclaw --skill nmap-network-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nmap-network-scan
Source: https://github.com/automateyournetwork/netclaw/tree/main/workspace/skills/nmap-network-scan
Command: npx skills add https://github.com/automateyournetwork/netclaw --skill nmap-network-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps network engineers quickly discover live hosts and identify open ports on network segments, streamlining network reconnaissance and troubleshooting.

Core Features & Use Cases

  • Host Discovery: Identifies active devices on a network using ICMP, ARP, and TCP/UDP probes.
  • Port Scanning: Scans for open TCP and UDP ports on discovered hosts to identify running services.
  • Scope Enforcement: Ensures scans are limited to authorized network ranges for security and compliance.
  • Use Case: Before troubleshooting a connectivity issue, use this Skill to quickly discover all active devices on the affected subnet and check if the expected ports are open on the target server.

Quick Start

Use the nmap-network-scan skill to discover live hosts on the 192.168.1.0/24 subnet.

Frequently Asked Questions about nmap-network-scan

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

FAQPage Schema
How do I discover live hosts and scan ports on a specific subnet?

Network host discovery and port scanning identifies active devices using ICMP, ARP, and TCP/UDP probes, then checks for open ports to pinpoint running services across your specified IP ranges.

What is the best way to perform a network security audit on an IP range?

A network security audit using nmap port scanning enforces authorized scope limits while inventorying active hosts and identifying open TCP and UDP ports to expose potential vulnerabilities.

Do I need raw socket privileges to run an nmap network scan?

Certain nmap scan types require raw socket privileges within your Python 3 execution environment, while standard host discovery and port scanning can operate without them.

Can I use network reconnaissance to troubleshoot connectivity issues?

Network reconnaissance quickly discovers all active devices on an affected subnet and checks if expected ports are open on the target server to streamline troubleshooting connectivity issues.

Does host discovery work with both TCP and UDP probes?

Host discovery identifies active network devices by sending ICMP, ARP, and both TCP and UDP probes to verify which targets are live before initiating deeper port scanning.

Why does port scanning require scope enforcement during network reconnaissance?

Scope enforcement ensures network reconnaissance and port scanning remain limited to authorized network ranges, maintaining security and regulatory compliance during active host discovery.