b5351eec2b
Metasploit::Framework::Credential and Metasploit::Credential::Core need to be consumable by the login scanners. the easiest way to do this was to create a shared to_credential method on both that return Metasploit::Framework::Credential MSP-9912
5 lines
136 B
Ruby
5 lines
136 B
Ruby
require 'spec_helper'
|
|
|
|
describe Metasploit::Credential::Core do
|
|
it_should_behave_like 'Metasploit::Credential::Core::ToCredential'
|
|
end |