T3nb3w / ComDotNetExploitLinks
A C++ proof of concept demonstrating the exploitation of Windows Protected Process Light (PPL) by leveraging COM-to-.NET redirection and reflection techniques for code injection. This PoC showcases bypassing code integrity checks and loading malicious payloads in highly protected processes such as LSASS. Based on research from James Forshaw.
☆330Updated 10 months ago
Alternatives and similar repositories for ComDotNetExploit
Users that are interested in ComDotNetExploit are comparing it to the libraries listed below
Sorting:
- This is the loader that supports running a program with Protected Process Light (PPL) protection functionality.☆290Updated 2 months ago
- The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls☆221Updated last year
- Exploitation of process killer drivers☆201Updated 2 years ago
- Waiting Thread Hijacking - injection by overwriting the return address of a waiting thread☆260Updated 4 months ago
- Generating legitimate call stack frame along with indirect syscalls by abusing Vectored Exception Handling (VEH) to bypass User-Land EDR …☆295Updated last year
- ☆197Updated last year
- UAC Bypass using UIAccess program QuickAssist☆205Updated last month
- Stack Spoofing with Synthetic frames based on the work of namazso, SilentMoonWalk, and VulcanRaven☆250Updated last year
- A set of programs for analyzing common vulnerabilities in COM☆243Updated last year
- Hijacking valid driver services to load arbitrary (signed) drivers abusing native symbolic links and NT paths☆357Updated last year
- For when DLLMain is the only way☆417Updated last year
- Generic PE loader for fast prototyping evasion techniques☆243Updated last year
- Playing around with Thread Context Hijacking. Building more evasive primitives to use as alternative for existing process injection techn…☆195Updated 6 months ago
- Sleep obfuscation☆260Updated last year
- kernel callback removal (Bypassing EDR Detections)☆209Updated 2 months ago
- Bypass LSA protection using the BYODLL technique☆170Updated last year
- ☆270Updated 3 years ago
- Proof of Concepts code for Bring Your Own Vulnerable Driver techniques☆200Updated 4 months ago
- EDRSandblast-GodFault☆271Updated 2 years ago
- Two new offensive techniques using Windows Fibers: PoisonFiber (The first remote enumeration & Fiber injection capability POC tool) Phan…☆277Updated last year
- Abusing Windows fork API and OneDrive.exe process to inject the malicious shellcode without allocating new RWX memory region.☆288Updated last year
- Windows rootkit designed to work with BYOVD exploits☆211Updated 11 months ago
- An easily modifiable shellcode template for Windows x64 written in C☆276Updated 2 years ago
- .NET assembly loader with patchless AMSI and ETW bypass☆365Updated 2 years ago
- A proof of concept demonstrating the DLL-load proxying using undocumented Syscalls.☆402Updated this week
- Code execution/injection technique using DLL PEB module structure manipulation☆219Updated 7 months ago
- Injecting DLL into LSASS at boot☆156Updated 8 months ago
- A Powershell AMSI Bypass technique via Vectored Exception Handler (VEH). This technique does not perform assembly instruction patching, f…☆166Updated last year
- An example reference design for a proposed BOF PE☆192Updated 8 months ago
- This novel way of using NtQueueApcThreadEx by abusing the ApcRoutine and SystemArgument[0-3] parameters by passing a random pop r32; ret …☆260Updated 2 years ago