engagement-flow
仓库创建 2026年5月19日最近提交 24 天前SkillHot 收录 21 天前
▸ 精选理由
帮助把握攻防节奏与质量检查,利于团队协作。
▸ 风险提示
提供攻击流程组织方法,可能被滥用于非法渗透活动。
这个 Skill 做什么
按阶段管理渗透测试/红队活动并设定质量门控。
把渗透测试/红队演练拆成有序的阶段并设定质量门控,而不是随意堆技术。在启动、规划或运行多阶段任务时用,能按步骤推进并留检查点。核心是按 Cyber Kill Chain 的九个阶段编排任务,把每阶段的命令、所需技能和纪律检查串成流水线,降低遗漏和重复劳动。
▸ 展开 SKILL.md 英文原文
Use when starting, planning, or running a multi-phase pentest or red-team engagement — to sequence the Cyber Kill Chain phases with quality gates instead of jumping straight to exploitation
326
Stars
58
Forks
37
仓库内 Skill
+15
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/main/skills/engagement-flow/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/main/skills/engagement-flow/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Engagement Flow
## Overview
A pentest/red-team engagement is a **phased pipeline with gates**, not a pile of techniques run
ad hoc. This skill sequences the 9-phase Lockheed Martin Cyber Kill Chain and routes each phase to
its commands, domain skills, and discipline checks. It is the offensive analog of
brainstorming → writing-plans → executing-plans: scope the work, plan it, then execute phase by phase.
Don't jump to exploitation. Earlier phases earn the access that later phases need, and each gate
keeps quality high before you advance.
## The pipeline
```dot
digraph killchain {
rankdir=LR;
scope -> recon -> weaponize -> deliver -> exploit -> install -> c2 -> actions -> reporvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有