barakagb / stager_libpeconv

A basic meterpreter protocol stager using the libpeconv library by hasherezade for reflective loading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stager_libpeconv

A basic meterpreter protocol stager using the libpeconv library by hasherezade for reflective loading

Don't forget to include submodules (actually libpeconv) while checking out:

git clone --recurse-submodules https://github.com/tothi/stager_libpeconv

Compiling should work on Linux (with mingw-w64 cross-compiler toolset installed) using the provided Makefile:

make

The stager.exe binary output is in the dist folder.

The stager server IP and port is hardcoded in the stager/stager.cpp currently (IMPLANT_IP and IMPLANT_PORT definitions).

About

A basic meterpreter protocol stager using the libpeconv library by hasherezade for reflective loading


Languages

Language:C++ 64.6%Language:Makefile 17.8%Language:Python 17.6%