recon-nmap

Perform authorized network reconnaissance with Nmap port scanning and service enumeration.

183|35|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/AgentSecOps/SecOpsAgentKit --skill recon-nmap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recon-nmap
Source: https://github.com/AgentSecOps/SecOpsAgentKit/tree/main/skills/offsec/recon-nmap
Command: npx skills add https://github.com/AgentSecOps/SecOpsAgentKit --skill recon-nmap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

This skill guides and standardizes authorized network reconnaissance using Nmap to identify assets, open ports, and services for secure assessment.

Core Features & Use Cases

  • Port scanning and service enumeration: Identify open ports and the services running behind them across networks and subnets.
  • OS fingerprinting and NSE scripting: Determine operating system details and run targeted NSE scripts for vulnerability context.
  • Attack surface mapping: Build a current view of network boundaries, firewall rules, and asset reachability to support risk assessments.

Quick Start

Run an authorized scan of your target network to identify live hosts and open services with Nmap.

Frequently Asked Questions about recon-nmap

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

FAQPage Schema
How do I perform authorized network reconnaissance and port scanning with Nmap?

Authorized network reconnaissance with Nmap identifies open ports, running services, and operating systems across target networks. It requires explicit written permission and appropriate system privileges before executing any port scanning, service enumeration, or NSE scripting commands.

What is the best way to enumerate services and map the attack surface of a target network?

Mapping an attack surface involves using Nmap to identify live hosts, open ports, and service details. This builds a current view of network boundaries, firewall rules, and asset reachability to directly support security risk assessments and vulnerability discovery.

Can I use Nmap NSE scripting for vulnerability discovery during security assessments?

Yes, Nmap NSE scripting runs targeted scripts during network scans to gather vulnerability context and determine operating system details. This vulnerability-oriented discovery is applicable across internal networks, external perimeters, and test labs during security assessments.

Do I need special privileges to run OS fingerprinting and port scanning?

Yes, you need privileges appropriate for your chosen scan types to perform OS fingerprinting and port scanning. Nmap must be installed on your system, and you must have explicit written authorization before scanning any network perimeter or internal subnet.

What are the limitations of running network reconnaissance without explicit authorization?

Running network reconnaissance without explicit written authorization violates the core requirement of this skill. You must not scan any network without proper permission, as unauthorized port scanning and service enumeration are strictly prohibited security violations.