server
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 mechanismGSS_NEGOTIATE (9)
./ntlm:
use NTLM authenticationWINNT (10)
./kerberos
: use Kerberos authenticationGSS_KERBEROS (16)
./authuser
: the user for authentication/authdomain
: the domain of the authuser/authpassword
: the authuser's password
An RPC server can be started without an authentication requirement.
Last updated