# Cve Hunting

> Fetch and analyze the latest CVEs for network services, devices, and infrastructure.

- Skill: `omkar-ukirde/cve-hunting-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add omkar-ukirde/cve-hunting-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/omkar-ukirde/cve-hunting-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: omkar-ukirde (https://skillmd.com/u/omkar-ukirde)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/omkar-ukirde/cve-hunting-2

---


# Network CVE Hunting

Before or during a network assessment, always fetch the latest CVEs related to the target's network services (e.g., SSH, FTP, SMB, VPNs, Routers).

## Objective
If only the `network` testing type is selected, the agent must be able to independently look up the latest vulnerabilities to ensure no newly discovered flaws are missed.

## Skills & Execution
- Use `search_web` or online vulnerability databases to query the latest CVEs for any identified network services and port banners.
- Monitor exploit databases for recent proofs of concept (PoCs) targeting network infrastructure.
- Cross-reference discovered service versions with known vulnerabilities.

