# Vuln Scanner

> Vulnerability Scanner Workflow

- Skill: `lingbol088-spec/vuln-scanner` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lingbol088-spec/vuln-scanner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lingbol088-spec/vuln-scanner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: lingbol088-spec (https://skillmd.com/u/lingbol088-spec)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lingbol088-spec/vuln-scanner

---


# Vulnerability Scanner Workflow

Auto-chain without confirmation:

Phase 1 — Enumerate:
  `skills/network-pentest/scripts/port_scanner.py` → all open ports
  `skills/network-pentest/scripts/service_enum.py` → service versions

Phase 2 — CVE Match:
  Cross-reference service versions against known CVEs.
  Prioritize: RCE > privilege escalation > information disclosure.

Phase 3 — Exploit match:
  `skills/exploit-dev/scripts/shellcode_gen.py` → for matched CVEs
  `skills/exploit-dev/scripts/rop_chain.py` → for binary exploitation CVEs

Phase 4 — Validate:
  Test each CVE exploit. Record success/failure with evidence.

Phase 5 — Report:
  Write to disk: $HOST-vuln-report.md
  Format: CVE-ID | CVSS | Service | Exploit Status | Evidence

Chat shows: [OK] → $PATH/vuln-report.md

