maxDcb / PeDropper

Create a Shellcode Dropper from any Windows Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GenerateDropperBinary

sudo apt install gcc-mingw-w64
sudo apt install g++-mingw-w64
pip3 install pycryptodome

Generate a dropper for any DLL or EXE. The shellcode of the payload is generated with Donut. The dropper is compile with the generated shellcode (credit to sektor7). The exe resulting has no import table, every function name are xored and the payload is AES encrypted. A dll is also generated with a "go" exported function (rundll32 implant,go), this dll could be use for dll hijacking.

Compatible with linux and windows.

alt text

About

Create a Shellcode Dropper from any Windows Module

License:MIT License


Languages

Language:C++ 67.4%Language:C 16.1%Language:Python 14.4%Language:Batchfile 1.4%Language:Shell 0.7%