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 95d70e7 commit dfaf1b3Copy full SHA for dfaf1b3
spec/lib/msf/base/sessions/meterpreter_spec.rb
@@ -4,6 +4,10 @@
4
require 'rex/post/meterpreter/extensions/stdapi/net/route'
5
6
describe Msf::Sessions::Meterpreter do
7
+ before do
8
+ allow_any_instance_of(Rex::Post::Meterpreter::PacketDispatcher).to receive(:monitor_socket)
9
+ end
10
+
11
subject(:meterpreter) { described_class.new(StringIO.new(""), skip_ssl: true) }
12
13
let(:v6_gateway) { "2607:f8b0:4004:0802::1014" }
0 commit comments