A C template program to call a Remote Procedure (RPC) on a Windows machine.
- Command line options:
-
-t
or--to
to specify the machine receiving the coerced authentication. -
-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.
-
- Debug mode, detailing each step.
Pull requests are welcome. Feel free to open an issue if you want to add other features.