Class: Msf::Exploit::Remote::MsSamr::SamrConnection
- Inherits:
-
Struct
- Object
- Struct
- Msf::Exploit::Remote::MsSamr::SamrConnection
- Defined in:
- lib/msf/core/exploit/remote/ms_samr.rb
Instance Attribute Summary collapse
-
#domain_handle ⇒ Object
Returns the value of attribute domain_handle.
-
#domain_name ⇒ Object
Returns the value of attribute domain_name.
-
#samr ⇒ Object
Returns the value of attribute samr.
-
#server_handle ⇒ Object
Returns the value of attribute server_handle.
Instance Attribute Details
#domain_handle ⇒ Object
Returns the value of attribute domain_handle
21 22 23 |
# File 'lib/msf/core/exploit/remote/ms_samr.rb', line 21 def domain_handle @domain_handle end |
#domain_name ⇒ Object
Returns the value of attribute domain_name
21 22 23 |
# File 'lib/msf/core/exploit/remote/ms_samr.rb', line 21 def domain_name @domain_name end |
#samr ⇒ Object
Returns the value of attribute samr
21 22 23 |
# File 'lib/msf/core/exploit/remote/ms_samr.rb', line 21 def samr @samr end |
#server_handle ⇒ Object
Returns the value of attribute server_handle
21 22 23 |
# File 'lib/msf/core/exploit/remote/ms_samr.rb', line 21 def server_handle @server_handle end |