# Cve Hunting

> Fetch and analyze the latest CVEs for web application components, frameworks, and servers.

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

---


# Web CVE Hunting

Before or during a web assessment, always fetch the latest CVEs related to the target's web stack (e.g., Apache, Nginx, Spring, Django, Express).

## Objective
If only the `web` 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 web technologies.
- Monitor exploit databases for recent proofs of concept (PoCs).
- Cross-reference discovered component versions with known vulnerabilities.

