What problem does it solve?
This Skill enables the creation, compilation, and debugging of Beacon Object Files (BOFs) in C, streamlining the development of custom payloads for Cobalt Strike and compatible C2 frameworks.
Core Features & Use Cases
- BOF Generation: Create new BOFs from scratch or convert existing C Proof-of-Concepts.
- Error Resolution: Debug common BOF linking and entrypoint errors.
- Pattern Implementation: Provides patterns for advanced techniques like DFR, heap management, process injection, multi-mode BOFs, and embedded payloads.
- Use Case: A user needs to create a BOF to dump LSASS credentials. They can use this Skill to generate the BOF code, compile it, and ensure it functions correctly within Cobalt Strike.
Quick Start
Use the c-bof skill to create a BOF that injects a payload into a target process.