Category: Exploitation

GoPurple

GoPurple: shell code injection techniques

GoPurple This project is a simple collection of various shellcode injection techniques, aiming to streamline the process of endpoint detection evaluation, besides challenging myself to get into the Golang world....

creating shellcodes

masm_shc v0.3 releases: creating shellcodes

masm_shc A helper utility for creating shellcodes. Cleans MASM file generated by MSVC gives refactoring hints. demos Examples of the code to be refactored to shellcode: popup.cpp – a simple...

bypassing AV solutions

PEzor: powerful tool for bypassing AV solutions

PEzor an Open-Source PE Packer The phases of the development that will be described in detail are: set up the development environment with Mingw-w64 and LLVM shellcode injection with syscall inlining via NTDLL...

dropengine

dropengine: Malleable payload generation framework

dropengine Malleable payload generation framework. Install git clone https://github.com/s0lst1c3/dropengine.git python3.7 -m venv venv source venv/bin/activate Use Constructing a Basic Payload Module Selection DropEngine accepts a list of module names from...