# Reconnaissance

> Skills for network reconnaissance including scanning, enumeration, and service discovery.

- Skill: `omkar-ukirde/reconnaissance` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add omkar-ukirde/reconnaissance`
- Raw SKILL.md: https://api.skillmd.com/api/skills/omkar-ukirde/reconnaissance/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: omkar-ukirde (https://skillmd.com/u/omkar-ukirde)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/omkar-ukirde/reconnaissance

---


# Network Reconnaissance

Initial discovery and enumeration of network services and hosts.

## Skills

- [Network Scanning](references/network-scanning.md) - Host and port discovery
- [Nmap Scan](references/nmap-scan.md) - Detailed nmap usage
- [Banner Grabbing](references/banner-grabbing.md) - Service identification
- [Attack Surface Assessment](references/attack-surface-assessment.md) - Exposure evaluation
- [CVE Lookup](references/cve-lookup.md) - Vulnerability research

## Quick Reference

| Tool | Purpose | Common Flags |
|------|---------|--------------|
| nmap | Port scan | `-sV -sC -p-` |
| masscan | Fast scan | `--rate 10000` |
| nc | Banner grab | `-nv` |

