Class: Msf::Exploit::Remote::MsSamr::Account::AccountInfo
- Inherits:
-
Struct
- Object
- Struct
- Msf::Exploit::Remote::MsSamr::Account::AccountInfo
- Defined in:
- lib/msf/core/exploit/remote/ms_samr/account.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/account.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/account.rb', line 14 def password @password end |