Nmap Scan

Official

Network recon, find open ports and services.

AuthorBrownFineSecurity
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates comprehensive network reconnaissance and port scanning, eliminating manual Nmap command crafting and ensuring all open ports are discovered efficiently. It helps you quickly identify running services, their versions, and potential vulnerabilities, reducing the time spent on initial network discovery.

Core Features & Use Cases

  • Two-Phase Scanning: Automatically performs a fast all-port discovery followed by targeted service and version detection on open ports.
  • Service & Version Detection: Identifies services, their versions, and runs default NSE scripts for initial vulnerability checks.
  • Output Management: Organizes scan results in human-readable, XML, and grepable formats for easy analysis and integration.
  • Use Case: Scan a target IP to uncover all open ports and then automatically perform detailed service enumeration to identify web servers, SSH, or IoT-specific protocols running on those ports.

Quick Start

Use the Nmap Scan skill to perform a default two-phase scan on 192.168.1.100 and report the open ports and services.

Dependency Matrix

Required Modules

nmap

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 Scan
Download link: https://github.com/BrownFineSecurity/iothackbot/archive/main.zip#nmap-scan

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