Module: Metasploit::Credential

Extended by:
ActiveSupport::Autoload
Defined in:
lib/metasploit/credential.rb,
lib/metasploit/credential/version.rb

Overview

The namespace for this gem.

Defined Under Namespace

Modules: CoreValidations, Creation, EntityRelationshipDiagram, Exporter, Importer, Origin, Search, Text, Version Classes: BlankPassword, BlankUsername, Core, Engine, Login, Migrator, NTLMHash, NonreplayableHash, Password, PasswordHash, PostgresMD5, Private, Public, Realm, ReplayableHash, SSHKey, Username

Constant Summary collapse

GEM_VERSION =

The full gem version string, including the Version::MAJOR, Version::MINOR, Version::PATCH, and optionally, the ‘Metasploit::Credential::Version::PRERELEASE` in the RubyGems versioning format.

Returns:

Version.gem
VERSION =

The full version string, including the Metasploit::Credential::Version::MAJOR, Metasploit::Credential::Version::MINOR, Metasploit::Credential::Version::PATCH, and optionally, the ‘Metasploit::Credential::Version::PRERELEASE` in the semantic versioning v2.0.0 format.

Version.full

Class Method Summary collapse

Class Method Details

.table_name_prefixString

The prefix for all ‘ActiveRecord::Base#table_name`s for `ActiveRecord::Base` subclasses under this namespace.

Returns:

  • (String)

    ‘’metasploit_credential_’‘



58
59
60
# File 'lib/metasploit/credential.rb', line 58

def self.table_name_prefix
  'metasploit_credential_'
end