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
- Host: GitHub
- URL: https://github.com/sensepost/offensive-rpc
- Owner: sensepost
- Created: 2021-09-29T09:16:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T09:24:55.000Z (over 3 years ago)
- Last Synced: 2025-05-07T01:05:04.149Z (11 days ago)
- Topics: backdoor, rpc, windows
- Language: C++
- Homepage: https://sensepost.com/blog/2021/building-an-offensive-rpc-interface/
- Size: 4.88 KB
- Stars: 85
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :) !