Cobalt-Strike / bof-vsLinks
A Beacon Object File (BOF) template for Visual Studio
☆199Updated 3 months ago
Alternatives and similar repositories for bof-vs
Users that are interested in bof-vs are comparing it to the libraries listed below
Sorting:
- Cobalt Strike Beacon Object File for bypassing UAC via the CMSTPLUA COM interface.☆185Updated 2 years ago
- Porting of BOF InlineExecute-Assembly to load .NET assembly in process but with patchless AMSI and ETW bypass using hardware breakpoint.☆235Updated 2 years ago
- A beacon object file implementation of PoolParty Process Injection Technique.☆396Updated last year
- Yet another C++ Cobalt Strike beacon dropper with Compile-Time API hashing and custom indirect syscalls execution☆182Updated 3 weeks ago
- .NET assembly loader with patchless AMSI and ETW bypass☆334Updated 2 years ago
- Generic PE loader for fast prototyping evasion techniques☆233Updated 11 months ago
- A Visual Studio template used to create Cobalt Strike BOFs☆308Updated 3 years ago
- CobaltStrike BOF to spawn Beacons using DLL Application Directory Hijacking☆269Updated 2 years ago
- CobaltWhispers is an aggressor script that utilizes a collection of Beacon Object Files (BOF) for Cobalt Strike to perform process inject…☆233Updated 2 years ago
- Shaco is a linux agent for havoc☆164Updated last year
- A Powershell AMSI Bypass technique via Vectored Exception Handler (VEH). This technique does not perform assembly instruction patching, f…☆161Updated last year
- An App Domain Manager Injection DLL PoC on steroids☆173Updated last year
- A proof of concept for abusing exception handlers to hook and bypass user mode EDR hooks.☆188Updated last year
- BOF implementation of @_EthicalChaos_'s ThreadlessInject project. A novel process injection technique with no thread creation, released a…☆382Updated last year
- Bypass LSA protection using the BYODLL technique☆163Updated 9 months ago
- Execute shellcode files with rundll32☆203Updated last year
- reflectively load and execute PEs locally and remotely bypassing EDR hooks☆155Updated last year
- An all-in-one Cobalt Strike BOF to patch, check and revert AMSI and ETW for x64 process. Both syscalls and dynamic resolve versions are a…☆135Updated 2 years ago
- Dynamically convert an unmanaged EXE or DLL file to PIC shellcode by prepending a shellcode stub.☆313Updated last year
- Robust Cobalt Strike shellcode loader with multiple advanced evasion features☆163Updated 2 months ago
- Bypass EDR Hooks by patching NT API stub, and resolving SSNs and syscall instructions at runtime☆305Updated last year
- A Beacon Object File (BOF) is a compiled C program, written to a convention that allows it to execute within a Beacon process and use int…☆192Updated 3 months ago
- Port of Cobalt Strike's Process Inject Kit☆180Updated 6 months ago
- ApexLdr is a DLL Payload Loader written in C☆110Updated 11 months ago
- A simple Sleepmask BOF example☆112Updated 2 weeks ago
- An example reference design for a proposed BOF PE☆175Updated 2 months ago
- Generating legitimate call stack frame along with indirect syscalls by abusing Vectored Exception Handling (VEH) to bypass User-Land EDR …☆259Updated 10 months ago
- BOF combination of KillDefender and Backstab