engage.actions
Execute Phase 7 - Actions on Objectives and Goal Achievement
Execute Phase 3 - Delivery and Payload Deployment
> /plugin marketplace add hypnguyen1209/offensive-claude > /plugin install offensive-claude@offensive-claude-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/engage.deliverContext preview
What this command does when you run it.
Execute Phase 3 - Delivery and Payload Deployment
description: Execute Phase 3 - Delivery and Payload Deployment
Executes Phase 3 (Delivery) of the engagement workflow.
`/engage.deliver [--vector <delivery-method>]`
Options:
Loads `delivery/delivery-plan.md` template.
Reviews weaponization output and prompts:
**Delivery Vectors**:
Populates `delivery-plan.md` with:
**Delivery Method**:
**Delivery Mechanism**:
**Delivery Execution**:
**OPSEC Considerations**:
Guides through delivery execution:
**For Web Delivery**:
**For Email Delivery**:
**For Remote Delivery**:
Prompts for delivery status:
Documents delivery outcome in `delivery/delivery-log.md`.
Validates:
If delivery successful, suggests: `/engage.exploit` If delivery failed, suggests: Review delivery plan and retry or select alternate vector
Starting Phase 3: Delivery Reviewing weaponization output... Target: CVE-2024-1234 (Nginx 1.21.0 RCE) Payload: Linux x64 reverse shell (staged) C2: attacker.example.com:443 Authorized delivery vectors (per ROE): - Web (direct exploitation) - Remote (network exploitation) Recommended vector: Web (direct exploitation) Target has exposed HTTP service on admin.acme-corp.com Proceed with web delivery? > Yes Delivery Plan: - Method: HTTP POST request to /api/upload - Payload: Malicious file upload triggering buffer overflow - Infrastructure: Direct connection (no redirector needed) - Success indicator: HTTP 200 response + callback to C2 Executing delivery... → Crafting exploit request... Target: https://admin.acme-corp.com/api/upload Method: POST Payload size: 1847 bytes → Sending exploit request... Request sent at 2026-05-28 14:32:17 UTC Response: HTTP 200 OK Response time: 1.2s → Monitoring for callback... Listening on attacker.example.com:443 Waiting for reverse shell connection... ✓ Callback received at 2026-05-28 14:32:19 UTC Source: 203.0.113.42:54321 Connection established Delivery successful! Logging delivery outcome... Evidence captured: delivery-evidence-20260528-143217.pcap Running gate validation... ✓ Phase 3 (Delivery) gate validation PASSED Ready to proceed to Phase 4 (Exploitation). Run: /engage.exploit
Delivery is the bridge between weaponization and exploitation. Ensure delivery method aligns with ROE and OPSEC requirements.
A spec-driven offensive security framework for Claude Code — structured engagement workflows based on the Cyber Kill Chain, 31 kill-chain skills (multi-file progressive-disclosure) plus a discipline layer (a SessionStart dispatcher + 6 process/discipline
Repo: hypnguyen1209/offensive-claude
Execute Phase 7 - Actions on Objectives and Goal Achievement
Crash → root cause → reachability → empirical exploitability verdict (native bugs)
Find the canonical fix commit(s) for a CVE across sources, then diff for root cause