https://github.com/p0dalirius/rpccoercetemplatecpp
A template of C++ code to call a Remote Procedure on a windows machine to coerce an authentication
https://github.com/p0dalirius/rpccoercetemplatecpp
authentication coerce cpp exploit path rpc smb template unc
Last synced: about 1 month ago
JSON representation
A template of C++ code to call a Remote Procedure on a windows machine to coerce an authentication
- Host: GitHub
- URL: https://github.com/p0dalirius/rpccoercetemplatecpp
- Owner: p0dalirius
- Created: 2023-01-28T15:48:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T08:12:08.000Z (about 1 year ago)
- Last Synced: 2025-12-21T15:26:21.383Z (3 months ago)
- Topics: authentication, coerce, cpp, exploit, path, rpc, smb, template, unc
- Language: C
- Homepage: https://podalirius.net
- Size: 565 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# RpcCoerceTemplateCpp
A C template program to call a Remote Procedure (RPC) on a Windows machine.
## Features
- [x] Command line options:
+ [x] `-t` or `--to` to specify the machine receiving the coerced authentication.
+ [x] `-f` or `--from` to specify the machine to coerce to authenticate.
+ [ ] `-u` or `--username` to specify the username to authenticate as.
+ [ ] `-p` or `--password` to specify the password of the account to authenticate as.
+ [ ] `-d` or `--domain` to specify the domain to authenticate in.
- [x] Debug mode, detailing each step.
## Contributing
Pull requests are welcome. Feel free to open an issue if you want to add other features.