Vuln Scanner

Vulnerability Scanner Workflow

lingbol088-spec 569fc8b 875 B Updated

File contents

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

lingbol088-spec/5.6-jailbreak-nerv-codex-instruct-5.6/tree/main/skills/vuln-scanner commit 569fc8b0fb

Frequently asked questions

npx skillmds@latest add lingbol088-spec/vuln-scanner