nmap

Official

Thorough network reconnaissance with Nmap.

AuthorBrownFineSecurity
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Network reconnaissance and port discovery can be slow and error-prone. This skill guides you through a structured two-phase approach to quickly identify open ports and then enumerate services, versions, and potential vulnerabilities.

Core Features & Use Cases

  • Two-Phase Scanning: Fast port discovery followed by targeted service detection.
  • Service Version & NSE Scripts: Identify running versions and run default NSE checks for deeper insights.
  • Organized Output: Clear results directories with standardized filenames for easy report generation.

Quick Start

  1. Phase 1: sudo nmap -p- <target> -oA nmap-portscan
  2. Phase 2: nmap -p <OPEN_PORTS> -sV -sC <target> -oA nmap-services

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: nmap
Download link: https://github.com/BrownFineSecurity/iothackbot/archive/main.zip#nmap

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository