Land #6675, Add missing stream.raw for hp_sitescope_dns_tool
commit
68274de4d3
Binary file not shown.
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue