# Cve Hunting

> Fetch and analyze the latest CVEs for Active Directory components, Windows Server, and associated protocols.

- Skill: `omkar-ukirde/cve-hunting-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add omkar-ukirde/cve-hunting-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/omkar-ukirde/cve-hunting-3/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-3

---


# Active Directory CVE Hunting

Before or during an AD assessment, always fetch the latest CVEs related to Windows Server versions, Kerberos, LDAP, RPC, or Exchange.

## Objective
If only the `active-directory` testing type is selected, the agent must be able to independently look up the latest vulnerabilities (e.g., PrintNightmare, ZeroLogon, ProxyShell) to ensure no newly discovered flaws are missed.

## Skills & Execution
- Use `search_web` to query the latest CVEs for identified Windows services and domain controllers.
- Monitor exploit databases and security advisories for recent Active Directory proofs of concept (PoCs).
- Cross-reference discovered OS build numbers and patch levels with known vulnerabilities.

