nmap
OfficialThorough 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
- Phase 1: sudo nmap -p- <target> -oA nmap-portscan
- Phase 2: nmap -p <OPEN_PORTS> -sV -sC <target> -oA nmap-services
Dependency Matrix
Required Modules
None requiredComponents
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.