Class: Metasploit::Credential::Password

Inherits:
Private
  • Object
show all
Defined in:
app/models/metasploit/credential/password.rb

Overview

A password.

Instance Attribute Summary collapse

Attributes inherited from Private

#cores, #created_at, #id, #type, #updated_at

Method Summary

Methods inherited from Private

#to_s

Instance Attribute Details

#dataString

Note:

May be blank as some services allow blank passwords, but still require a password.

A user enterable, plain-text password.

Returns:

  • (String)


14
# File 'app/models/metasploit/credential/password.rb', line 14

Metasploit::Concern.run(self)