Nmap Scan

Run two-phase Nmap scans to enumerate open ports and services.

Updated Nov 23, 2025
One-click install
npx skills add https://github.com/consigcody94/bounty-buddy --skill nmap-scan-consigcody94
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Nmap Scan
Source: https://github.com/consigcody94/bounty-buddy/tree/main/.claude/skills/nmap-scan
Command: npx skills add https://github.com/consigcody94/bounty-buddy --skill nmap-scan-consigcody94

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nmap.

What problem does it solve?

Manually performing comprehensive network reconnaissance and port scanning with Nmap can be time-consuming and complex. This skill automates the best practices for Nmap usage, ensuring thorough and efficient discovery of network services and potential vulnerabilities.

Core Features & Use Cases

  • Two-Phase Scanning: Automatically performs a fast full-port discovery followed by targeted service detection.
  • Vulnerability & OS Detection: Integrates Nmap Scripting Engine (NSE) for vulnerability checks and OS fingerprinting.
  • Use Case: Quickly map the attack surface of a target network by identifying all open ports, running services, their versions, and potential misconfigurations, then generate a structured report for further analysis.

Quick Start

Use the Nmap Scan skill to perform a comprehensive scan on '192.168.1.100' and save the results to the default output directory.

Frequently Asked Questions about Nmap Scan

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

FAQPage Schema
How do I perform network reconnaissance to find open ports on a target host?

Network reconnaissance with port scanning identifies which ports are open and what services are running on a target. Nmap automates comprehensive scanning across single hosts or large networks, detecting open ports, service versions, and potential vulnerabilities in a structured two-phase approach for faster results.

Can I scan an entire network range or just single IP addresses?

Port scanning works on both single hosts and large CIDR ranges. Nmap adapts to your target scale—from a single IP to thousands of hosts—using optimized scan types like quick full-port discovery followed by targeted service detection, then outputs results in multiple formats for analysis.

What does a two-phase scanning approach do for network enumeration?

Two-phase scanning first performs a fast discovery of all open ports across your target, then runs detailed service detection, OS fingerprinting, and vulnerability checks on only the active ports. This saves time while ensuring thorough reconnaissance and reduces noise in your results.

Do I need elevated privileges to detect operating systems and run SYN scans?

OS detection and SYN scans require elevated privileges to send raw packets and fingerprint network stacks. The skill handles privilege requirements and supports host-down detection to skip unreachable targets, automating setup so your scans complete reliably across mixed network conditions.

What output formats are available after completing a network scan?

Scan results export in multiple formats simultaneously for flexible downstream analysis—structured data for parsing, human-readable reports, and machine-readable output. This lets you feed results directly into vulnerability screening, service enumeration, or reporting workflows without manual conversion.

How do I identify potential vulnerabilities during network reconnaissance?

Vulnerability detection integrates Nmap Scripting Engine checks during reconnaissance to flag misconfigurations and known weaknesses alongside open ports and service versions. Combined with OS fingerprinting, this builds a complete attack-surface map for prioritizing further security assessment.