rpc::server
can be used to start an RPC server. It has the following command line arguments:/stop
: terminates the RPC connection/guid
: the guid for the RPC endpoint (opsec safe)/noreg
: to not register the RPC binding/secure
: only secure connections are accepted/altservice
: alter the rpc service name (opsec safe)/negotiate
: the default authentication mechanism GSS_NEGOTIATE (9)
./ntlm:
use NTLM authentication WINNT (10)
./kerberos
: use Kerberos authentication GSS_KERBEROS (16)
./authuser
: the user for authentication/authdomain
: the domain of the authuser/authpassword
: the authuser's password