Module: Metasploit::Credential::Origin
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/metasploit/credential/origin.rb
Overview
Namespace for ‘Metasploit::Credential::Core#origin`s for `Metasploit::Credential::Core`s.
Defined Under Namespace
Classes: CrackedPassword, Import, Manual, Service, Session
Class Method Summary collapse
-
.table_name_prefix ⇒ String
The prefix for table name of ‘ApplicationRecord` subclasses in the namespace.
Class Method Details
.table_name_prefix ⇒ String
The prefix for table name of ‘ApplicationRecord` subclasses in the namespace.
14 15 16 |
# File 'lib/metasploit/credential/origin.rb', line 14 def self.table_name_prefix 'metasploit_credential_origin_' end |