An open API service indexing awesome lists of open source software.

https://github.com/sensepost/offensive-rpc

Offensive RPC PoC
https://github.com/sensepost/offensive-rpc

backdoor rpc windows

Last synced: 11 days ago
JSON representation

Offensive RPC PoC

Awesome Lists containing this project

README

        

To translate the IDL file:

> midl.exe /app_config RemotePrivilegeCall.idl

To compile the client/server:

> cl.exe RemotePrivilege_c.c client.cpp

> cl.exe RemotePrivilege_s.c server.cpp

Don't forget to switch hardcoded IP's in the server.cpp and client.cpp files :)

Happy hacking :) !