diff --git a/atomics/T1555.003/T1555.003.yaml b/atomics/T1555.003/T1555.003.yaml index b6c83d28..f549e1a9 100644 --- a/atomics/T1555.003/T1555.003.yaml +++ b/atomics/T1555.003/T1555.003.yaml @@ -30,8 +30,7 @@ atomic_tests: Remove-Item "#{file_path}\Modified-SysInternalsSuite.zip" -Force executor: command: | - Set-Location -path "#{file_path}\Sysinternals"; - ./accesschk.exe -accepteula .; + Start-Process "#{file_path}\Sysinternals\accesschk.exe" -ArgumentList "-accepteula ." cleanup_command: | Remove-Item "#{file_path}\Sysinternals" -Force -Recurse -ErrorAction Ignore name: powershell