Skip to content

Commit 322fc11

Browse files
committed
Fix whitespace
1 parent dbe3176 commit 322fc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/exploits/CVE-2016-0099/cve_2016_0099.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Add-Type -TypeDefinition @"
155155
# CreateProcessWithLogonW --> lpCurrentDirectory
156156
$GetCurrentPath = (Get-Item -Path ".\" -Verbose).FullName
157157

158-
$path1 = $env:windir
158+
$path1 = $env:windir
159159
$path1 = "$path1\System32\cmd.exe"
160160
# LOGON_NETCREDENTIALS_ONLY / CREATE_SUSPENDED
161161
$CallResult = [Advapi32]::CreateProcessWithLogonW(

0 commit comments

Comments
 (0)