1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-07-18 18:31:41 +02:00

Add missing stream.raw for hp_sitescope_dns_tool

This adds the missing stream.raw.
This commit is contained in:
l0gan 2016-03-15 11:06:06 -05:00 committed by wchen-r7
parent cee0d279c5
commit e29fc5987f
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)