spawn

Process spawner

A Cobalt Strike Beacon tool that spawns a sacrificial process to execute shellcode, using techniques like Arbitrary Code Guard and PPID spoofing to evade detection.

Cobalt Strike BOF that spawns a sacrificial process, injects it with shellcode, and executes payload. Built to evade EDR/UserLand hooks by spawning sacrificial process with Arbitrary Code Guard (ACG), BlockDll, and PPID spoofing.

GitHub

440 stars
13 watching
70 forks
Language: C
last commit: over 3 years ago

Related projects:

RepositoryDescriptionStars
boku7/halosgate-psA Cobalt Strike Beacon Object File (BOF) that uses custom syscaller code to make direct system calls to retrieve process information on the target system.95
cobalt-strike/unhook-bofRemoves API hooks from a malicious process54
boku7/hollowA tool that enables remote process shellcode execution using the Early Bird injection technique267
airbus-cert/invoke-bofLoads and executes a malicious payload in a Windows system using PowerShell.245
cobalt-strike/bof-vsA Beacon Object File Visual Studio template project for creating malicious code executables145
boku7/injectamsibypassA tool that bypasses AMSI in a remote process with code injection.377
boku7/injectetwbypassTool to bypass ETW (Event Tracing for Windows) security measure in remote processes by injecting a custom syscall276
riccardoancarani/bofsUtilities for Cobalt Strike's Beacon Object Files to simplify working with shellcode and system processes112
outflanknl/findobjects-bofAn exploit tool that uses direct system calls to enumerate processes based on specific loaded modules or process handles266
b1tg/cobaltstrike-beacon-rustA Cobalt Strike beacon implementation in Rust for creating malicious network connections180
octoberfest7/dropspawn_bofA CobaltStrike payload that uses DLL hijacking to spawn additional Beacons on Windows systems219
burpheart/cs_mockA tool to simulate a Cobalt Strike beacon connection packet by parsing the payload and extracting RSA public key78
nvisosecurity/cobaltwhispersAn aggressor script that allows Cobalt Strike to perform process injection and persistence by leveraging direct syscalls to bypass EDR/AV systems.229
guervild/bofsBeacon object files for Cobalt Strike158
cobalt-strike/callstackmaskerA proof-of-concept technique for dynamically spoofing an application's call stack using timers.256