基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SpecterOps/skills --skill timeline-cobaltstrike命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | timeline-cobaltstrike |
| description | Parse Cobalt Strike logs into normalized timeline entries for the reporting workflow. |
| metadata | {"author":"GhostWorks"} |
Use this skill when the task mentions Cobalt Strike logs, beacon sessions, or the need to capture CS operator commands for the consolidated timeline.
input/c2logs/cobaltstrike/) containing beacon logs, weblog.log, events.log, and optional keystroke captures.beacon_<id>.log, weblog.log, events.log, and keystrokes_<id>.txt.output/cs_entries.json with entries that share the timeline schema (timestamp, source, operator, action, details, raw_timestamp).MM/DD YYYY HH:MM:SS UTC) to ISO 8601 UTC.[metadata], [input], [output], [task], [checkin]).[input] lines to action/command details.web_hit, joined, hosted, etc.).source (CS-beacon-<id> or similar) and raw_timestamp for traceability.metadata.source_type = "cobaltstrike" plus counters and any errors.[metadata] entries as beacon_init with details about host, user, and IP.source field.[output] follows [input], attach the output to the preceding command entry.Use when writing Outflank C2 Python BOF wrappers for OC2 V2 (*_bof.s1.py, BaseBOFTask, outflank_stage1, stage1) or V3 (oc2_sdk_python, @command, manifest.json, command provider), when porting/migrating/converting a V2 BOF script to a V3 application, or when passing an existing @artifacts/ catalog file.
Performs security review of arbitrary Go packages, including libraries, frameworks, CLIs, HTTP and gRPC services, and backend applications. Covers authentication and authorization, request parsing, SSRF, SQL and command injection, templates and filesystems, crypto/session handling, concurrency, and unsafe/cgo edges.
Develop Outflank C2 event-driven Python bots. Use when creating or debugging OC2 automations.