-
Enhancements
-
Incompatible Changes
- #76 - @dmaloney
Metasploit::Credential::Public
uses Single-Table Inheritance (STI), so SQL access need to be aware of thetype
column.- The
:metasploit_credential_public
factory will now randomly generate aMetasploit::Credential::BlankUsername
orMetasploit::Credential::Username
. If you use:metasploit_credential_public
, you need to ensure that you can handle blank usernames, otherwise use:metasploit_credential_username
to get the old behavior.
- #76 - @dmaloney