Skip to main content

cobalt-strike-aggressor-development

Aggressor Script development for Cobalt Strike. Use when writing aggressor scripts, creating BOF loaders, building aliases, hooks, or automation for Cobalt Strike.

跳到安装

来源信息

仓库
SpecterOps/skills
最近来源活动
2026年8月14日 01:16
检测到的 SKILL.md 语言
英语
星标
625
分支
68

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
100 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
cobalt-strike-aggressor-development
description
Aggressor Script development for Cobalt Strike. Use when writing aggressor scripts, creating BOF loaders, building aliases, hooks, or automation for Cobalt Strike.
metadata
{"author":"GhostWorks"}
# Aggressor Development Skill ## When to Use Use this skill when developing Aggressor Scripts for Cobalt Strike: - Writing new aggressor scripts for automation - Creating BOF loader scripts - Building aliases, hooks, or popup menus - Looking up Sleep language syntax - Referencing Aggressor function signatures ## When NOT to Use Do not use this skill unless Aggressor Script development is requested, or BOF development is being completed and an aggressor script is required to load and execute the BOF. ## Aggressor Overview Aggressor Script is the scripting language built into Cobalt Strike, version 3.0, and later. Aggressor Script allows you to modify and extend the Cobalt Strike client. Aggressor Script is the spiritual successor to Cortana, the open source scripting engine in Armitage. It is a scripting language for red team operations and adversary simulations inspired by scriptable IRC clients and bots. Its purpose is two-fold: you may create long running bots that simulate virtual red team members, hacking side-by-side with you, and you may use it to extend and modify the Cobalt Strike client to your needs. Aggressor Script builds on Raphael Mudge's Sleep Scripting Language. Aggressor Script will do anything that Sleep can do. ## References * [BOF](./references/bof.md) - An introduction to developing aggressor scripts for BOFs * [Sleep](./references/sleep.md) - An introduction to the Sleep programming language * [Aggressor](./references/cobaltstrike.md) - A reference to the Aggressor language
在 GitHub 查看