Class: Metasploit::Credential::BlankPassword
Overview
A blank password
Instance Attribute Summary
Attributes inherited from Password
Attributes inherited from Private
#cores, #created_at, #data, #id, #type, #updated_at
Instance Method Summary collapse
-
#blank_data ⇒ void
Always makes sure the Password#data is set to an empty string.
Methods inherited from Private
Instance Method Details
#blank_data ⇒ void
This method returns an undefined value.
Always makes sure the Password#data is set to an empty string.
23 24 25 |
# File 'app/models/metasploit/credential/blank_password.rb', line 23 def blank_data self.data = '' end |