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

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

Awesome Lists containing this project

README

          

# RpcCoerceTemplateCpp


A C template program to call a Remote Procedure (RPC) on a Windows machine.


GitHub release (latest by date)

YouTube Channel Subscribers


## 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.