
A basic emulation of an "RPC Backdoor"
This project is a basic implementation of an "RPC Backdoor" meant to emulate TTPs used by certain groups.
The project contains an RPC server with five functions:
cmd.exe /c and the CreateProcess API call.cmd.exe /c and the CreateProcessWithTokenW API call.The server is implemented both as an executable (RpcServer) and a DLL (RpcServerDll).
The server registers two RPC servers:
The client is implemented both as a native executable (RpcClient) and a .NET executable (RpcSharpClient).