Class: Msf::Exploit::Remote::MsSamr::Computer::ComputerInfo
- Inherits:
-
Struct
- Object
- Struct
- Msf::Exploit::Remote::MsSamr::Computer::ComputerInfo
- Defined in:
- lib/msf/core/exploit/remote/ms_samr/computer.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/msf/core/exploit/remote/ms_samr/computer.rb', line 14 def name @name end |
#password ⇒ Object
Returns the value of attribute password
14 15 16 |
# File 'lib/msf/core/exploit/remote/ms_samr/computer.rb', line 14 def password @password end |