pard0p / CallstackSpoofingPOCLinks
C++ self-Injecting dropper based on various EDR evasion techniques.
☆408Updated last year
Alternatives and similar repositories for CallstackSpoofingPOC
Users that are interested in CallstackSpoofingPOC are comparing it to the libraries listed below
Sorting:
- The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls☆213Updated last year
- Abusing Windows fork API and OneDrive.exe process to inject the malicious shellcode without allocating new RWX memory region.☆288Updated last year
- A POC of a new “threadless” process injection technique that works by utilizing the concept of DLL Notification Callbacks in local and re…☆457Updated 2 years ago
- A proof of concept demonstrating the DLL-load proxying using undocumented Syscalls.☆358Updated 8 months ago
- An easily modifiable shellcode template for Windows x64 written in C☆262Updated 2 years ago
- Abusing mhyprotect to kill AVs / EDRs / XDRs / Protected Processes.☆403Updated 2 years ago
- Shellcode Loader Implementing Indirect Dynamic Syscall , API Hashing, Fileless Shellcode retrieving using Winsock2☆293Updated 2 years ago
- Generating legitimate call stack frame along with indirect syscalls by abusing Vectored Exception Handling (VEH) to bypass User-Land EDR …☆284Updated last year
- Remote Shellcode Injector☆219Updated 2 years ago
- Exploitation of process killer drivers☆200Updated 2 years ago
- CaveCarver - PE backdooring tool which utilizes and automates code cave technique☆230Updated 2 years ago
- Waiting Thread Hijacking - injection by overwriting the return address of a waiting thread☆245Updated last month
- A PoC implementation for spoofing arbitrary call stacks when making sys calls (e.g. grabbing a handle via NtOpenProcess)☆525Updated 6 months ago
- Encrypted shellcode Injection to avoid Kernel triggered memory scans☆391Updated 2 years ago
- ☆265Updated 2 years ago
- BOF implementation of @_EthicalChaos_'s ThreadlessInject project. A novel process injection technique with no thread creation, released a…☆388Updated last year
- ☆261Updated last year
- Hijacking valid driver services to load arbitrary (signed) drivers abusing native symbolic links and NT paths☆352Updated last year
- An EDR bypass that prevents EDRs from hooking or loading DLLs into our process by hijacking the AppVerifier layer☆522Updated last year
- A proof of concept for abusing exception handlers to hook and bypass user mode EDR hooks.☆197Updated last year
- .NET assembly loader with patchless AMSI and ETW bypass☆355Updated 2 years ago
- Generic PE loader for fast prototyping evasion techniques☆238Updated last year
- Reflective DLL Injection Made Bella☆239Updated 9 months ago
- Stack Spoofing with Synthetic frames based on the work of namazso, SilentMoonWalk, and VulcanRaven☆244Updated last year
- Shellcode Loader with Indirect Dynamic syscall Implementation , shellcode in MAC format, API resolving from PEB, Syscall calll and syscal…☆315Updated 2 years ago
- Use hardware breakpoint to dynamically change SSN in run-time☆269Updated last year
- miscellaneous scripts and programs☆258Updated 9 months ago
- A Dropper POC with a focus on aiding in EDR evasion, NTDLL Unhooking followed by loading ntdll in-memory, which is present as shellcode (…☆177Updated 2 years ago
- This novel way of using NtQueueApcThreadEx by abusing the ApcRoutine and SystemArgument[0-3] parameters by passing a random pop r32; ret …☆257Updated 2 years ago
- A C++ proof of concept demonstrating the exploitation of Windows Protected Process Light (PPL) by leveraging COM-to-.NET redirection and …☆324Updated 7 months ago