Module Msf::Exploit::Remote::DCERPC
In: lib/msf/core/exploit/dcerpc.rb

This mixin provides utility methods for interacting with a DCERPC service on a remote machine. These methods may generally be useful in the context of exploitation. This mixin extends the Tcp exploit mixin. Only one DCERPC service can be accessed at a time using this class.

Methods

Included Modules

Exploit::Remote::Tcp Exploit::Remote::DCERPC_EPM Exploit::Remote::DCERPC_MGMT Exploit::Remote::DCERPC_LSA

Constants

DCERPCPacket = Rex::Proto::DCERPC::Packet   Alias over the Rex DCERPC protocol modules
DCERPCClient = Rex::Proto::DCERPC::Client
DCERPCResponse = Rex::Proto::DCERPC::Response
DCERPCUUID = Rex::Proto::DCERPC::UUID
NDR = Rex::Encoder::NDR

Attributes

dcerpc  [RW]  Useful accessors for tracking DCERPC state
handle  [RW]  Useful accessors for tracking DCERPC state

Public Class methods

Public Instance methods

Convert a standard ASCII string to 16-bit Unicode

[Validate]