一键导入
exploitation
Exploit lookup, payload generation, and delivery for confirmed vulnerabilities. Use only after validation has established concrete attack path.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Exploit lookup, payload generation, and delivery for confirmed vulnerabilities. Use only after validation has established concrete attack path.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Cloud infrastructure, container image, and Kubernetes security assessment via IAM review, secrets detection, and RBAC analysis.
Curated MCP prompts for multi-step attack chains and engagement playbooks. Use for guided workflows spanning multiple skills. Each prompt step now carries expected_time, priority, fallback, and result_context for agent-guided execution.
SMB service enumeration, share discovery, and RPC interrogation on Windows networks. Use to map Windows hosts before credential testing or lateral movement.
Wireless network assessment via monitor mode, handshake capture, and de-authentication testing. Use to assess WiFi security posture and crack WPA/WPA2.
Network reconnaissance via host discovery, port scanning, and service fingerprinting. Use during early reconnaissance phase to map attack surface and identify services.
Active Directory reconnaissance, privilege escalation path analysis, and Kerberos attack surface mapping. Use for domain exploitation and lateral movement.
| name | exploitation |
| description | Exploit lookup, payload generation, and delivery for confirmed vulnerabilities. Use only after validation has established concrete attack path. |
Use this skill in Phase 4: Exploitation only after a specific vulnerability is confirmed:
Explicit targeting reduces collateral and detection:
exploit_db query for exact CVE or service version [critical, ~1-3 min]msfvenom with explicit payload type (e.g., php/meterpreter/reverse_tcp) [high, ~1-3 min]Decision fields (aligned with smb_lateral_movement prompt):
nmap --script smb-vuln-ms17-010, check "VULNERABLE" → Path A (EternalBlue metasploit module). If "NOT VULNERABLE" → Path B (hydra brute-force).Entry point:
exploit_db(query="Apache 2.4.49 path traversal", type="webapps")
aireplay_ng (mode 9), metasploit (exploit/*), responder (poisoning) require explicit approval