We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe3176 commit 322fc11Copy full SHA for 322fc11
data/exploits/CVE-2016-0099/cve_2016_0099.ps1
@@ -155,7 +155,7 @@ Add-Type -TypeDefinition @"
155
# CreateProcessWithLogonW --> lpCurrentDirectory
156
$GetCurrentPath = (Get-Item -Path ".\" -Verbose).FullName
157
158
- $path1 = $env:windir
+ $path1 = $env:windir
159
$path1 = "$path1\System32\cmd.exe"
160
# LOGON_NETCREDENTIALS_ONLY / CREATE_SUSPENDED
161
$CallResult = [Advapi32]::CreateProcessWithLogonW(
0 commit comments