DanielAvinoam / TheSubZeroProject
A multi-staged malware that contains a kernel mode rootkit and a remote system shell.
☆71Updated 3 years ago
Alternatives and similar repositories for TheSubZeroProject:
Users that are interested in TheSubZeroProject are comparing it to the libraries listed below
- A novel technique to communicate between threads using the standard ETHREAD structure☆110Updated 4 years ago
- Collection of source code for Polymorphic, Metamorphic, and Permutation Engines used in Malware☆26Updated 5 years ago
- Windows API Hashes used in the malwares☆41Updated 9 years ago
- ☆107Updated 2 years ago
- A tool for detecting manual/direct syscalls in x86 and x64 processes using Nirvana Hooks.☆110Updated 3 years ago
- Process Hollowing demonstration & explanation☆35Updated 4 years ago
- A Bumblebee-inspired Crypter☆80Updated 2 years ago
- APC DLL Injector with NtQueueApcThread and wake up thread support☆43Updated 7 years ago
- ZwProcessHollowing is a x64 process hollowing project which uses direct systemcalls, dll unhooking and RC4 payload decryption☆84Updated 2 years ago
- arbitrary kernel read/write in dbutil_2_3.sys, Proof of Concept Local Privilege Escalation to nt authority/system☆56Updated 3 years ago
- Weaponizing Gigabyte driver for priv escalation and bypass PPL☆68Updated 5 years ago
- kernel to user mode APC injector☆44Updated 3 years ago
- 2022 Updated Kernelmode-Code☆31Updated last year
- Implementation of an export address table protection mitigation, like Export Address Filtering (EAF)☆98Updated last year
- A modified RunPE (process hollowing) technique avoiding the usage of SetThreadContext by appending a TLS section which calls the original…☆96Updated 5 years ago
- Minifilter Callback Patching Proof-of-Concept☆67Updated 2 years ago
- A simple example on how to initiate a direct syscall on WoW64☆11Updated 7 years ago
- NT AUTHORITY\SYSTEM☆39Updated 4 years ago
- vulnerability in zam64.sys, zam32.sys allowing ring 0 code execution. CVE-2021-31727 and CVE-2021-31728 public reference.☆91Updated 3 years ago
- Detours implementation (x64/x86) which used only ntdll import☆90Updated 10 months ago
- Bypass UAC by abusing the Security Center CPL and hijacking a shell protocol handler☆28Updated 3 years ago
- Simple project using syscalls (via Syswhispers2) to execute MessageBox shellcode.☆74Updated 3 years ago
- Next gen process injection technique☆52Updated 4 years ago
- Enabled / Disable LSA Protection via BYOVD☆66Updated 3 years ago
- An example of how x64 kernel shellcode can dynamically find and use APIs☆104Updated 4 years ago
- Piece of code to detect and remove hooks in IAT☆63Updated 2 years ago
- PoC: Rebuild A New Path Back to the Heaven's Gate (HITB 2021)☆103Updated 3 years ago
- Hook all callbacks which are registered with LdrRegisterDllNotification☆85Updated last week
- Demonstrate calling a kernel function and handle process creation callback against HVCI