
EGESPLOIT
EGESPLOIT is a golang library for malware development

Bypassing Linux Executable Space Protection using 20+ years old tools (CVE-2022-25265).

Create fake certs for binaries using windows binaries and the power of bat files

Step-by-step guide to exploit a buffer overflow in FreeFloat FTP Server using Python fuzzing, Immunity Debugger with mona.py, and IDA Free for binary…

CVE-2020-9992 - A design flaw in MobileDevice.framework/Xcode and iOS/iPadOS/tvOS Development Tools allows an attacker in the same network to gain…

KittyStager is a simple stage 0 C2. It is made of a web server to host the shellcode and an implant, called kitten. The purpose of this project is to…

Hosted Reverse Shell generator with a ton of functionality. -- (Great for CTFs)

Shellcode implementation of Reflective DLL Injection. Convert DLLs to position independent shellcode

Collection of various malicious functionality to aid in malware development

A repository of Windows Shellcode runners and supporting utilities. The applications load and execute Shellcode using various API calls or techniques.

Nano is a family of PHP web shells which are code golfed for stealth.

A set of fully-undetectable process injection techniques abusing Windows Thread Pools

MeterSSH is a way to take shellcode, inject it into memory then tunnel whatever port you want to over SSH to mask any type of communications as a…

A technique that can be used to bypass AV/EDR memory scanners. This can be used to hide well-known and detected shellcodes (such as msfvenom) by…

Armor is a simple Bash script designed to create encrypted macOS payloads capable of evading antivirus scanners.

Exploit for CVE-2021-40449 - Win32k Elevation of Privilege Vulnerability (LPE)

SHAREM is a shellcode analysis framework, capable of emulating more than 45,000 WinAPIs and virutally all Windows syscalls. It also contains its own…

C# implementations of shellcode injection techniques including classic injection, thread hijacking, process hollowing, and atom bombing, using…