Class: Metasploit::Credential::Password
- Defined in:
- app/models/metasploit/credential/password.rb
Overview
A password.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#data ⇒ String
A user enterable, plain-text password.
Attributes inherited from Private
#cores, #created_at, #id, #type, #updated_at
Method Summary
Methods inherited from Private
Instance Attribute Details
#data ⇒ String
Note:
May be blank as some services allow blank passwords, but still require a password.
A user enterable, plain-text password.
14 |
# File 'app/models/metasploit/credential/password.rb', line 14 Metasploit::Concern.run(self) |