Class: Msf::Exploit::Remote::MsSamr::SamrConnection

Inherits:
Struct
  • Object
show all
Defined in:
lib/msf/core/exploit/remote/ms_samr.rb

Instance Attribute Summary collapse

Instance Attribute Details

#domain_handleObject

Returns the value of attribute domain_handle

Returns:

  • (Object)

    the current value of domain_handle



23
24
25
# File 'lib/msf/core/exploit/remote/ms_samr.rb', line 23

def domain_handle
  @domain_handle
end

#domain_nameObject

Returns the value of attribute domain_name

Returns:

  • (Object)

    the current value of domain_name



23
24
25
# File 'lib/msf/core/exploit/remote/ms_samr.rb', line 23

def domain_name
  @domain_name
end

#samrObject

Returns the value of attribute samr

Returns:

  • (Object)

    the current value of samr



23
24
25
# File 'lib/msf/core/exploit/remote/ms_samr.rb', line 23

def samr
  @samr
end

#server_handleObject

Returns the value of attribute server_handle

Returns:

  • (Object)

    the current value of server_handle



23
24
25
# File 'lib/msf/core/exploit/remote/ms_samr.rb', line 23

def server_handle
  @server_handle
end