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 Classes: BlankPassword, BlankUsername, Core, Engine, Login, Migrator, NTLMHash, NonreplayableHash, Password, PasswordHash, PostgresMD5, Private, Public, Realm, ReplayableHash, SSHKey, Username

Constant Summary collapse

VERSION =

VERSION is managed by GemRelease

'4.0.2'

Class Method Summary collapse

Class Method Details

.table_name_prefixString

The prefix for all ‘ApplicationRecord#table_name`s for `ApplicationRecord` 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

.versionString

returns the VERSION

Returns:

  • (String)


13
14
15
# File 'lib/metasploit/credential/version.rb', line 13

def self.version
  VERSION
end