We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f4715 commit c97dba3Copy full SHA for c97dba3
spec/support/shared/examples/metasploit/framework/tcp/client.rb
@@ -11,7 +11,9 @@
11
allow(creds).to receive(:username)
12
allow(creds).to receive(:user_file)
13
allow(creds).to receive(:userpass_file)
14
- allow(creds).to receive(:additional_publics).and_return([])
+ allow(creds).to receive(:prepend_creds).and_return([])
15
+ allow(creds).to receive(:additional_privates).and_return([])
16
+ allow(creds).to receive(:additional_publics).and_return(['user'])
17
login_scanner.cred_details = creds
18
end
19
0 commit comments