Land #6675, Add missing stream.raw for hp_sitescope_dns_tool

bug/bundler_fix
Brent Cook 2016-03-15 11:30:54 -05:00
commit 68274de4d3
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -181,7 +181,7 @@ class MetasploitModule < Msf::Exploit::Remote
command = cmd_psh_payload(payload.encoded, payload_instance.arch.first)
end
file = File.join( Msf::Config.data_directory, 'exploits', 'CVE-pending', 'stream.raw')
file = File.join( Msf::Config.data_directory, 'exploits', 'R7_2015_17', 'stream.raw')
f = File.new(file, 'rb')
stream = Rex::Java::Serialization::Model::Stream.decode(f)