Skip to content

Commit

Permalink
Update T1038 (#581)
Browse files Browse the repository at this point in the history
Swaping on a /c for a /k so the test isnt blocking since this is spawning a new powershell session.
  • Loading branch information
JimmyAstle authored and Michael Haag committed Oct 8, 2019
1 parent af8e2d4 commit e1f2936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomics/T1038/T1038.yaml
Expand Up @@ -18,4 +18,4 @@ atomic_tests:
command: |
copy %windir%\System32\windowspowershell\v1.0\powershell.exe %APPDATA%\updater.exe
copy %windir%\System32\amsi.dll %APPDATA%\amsi.dll
cmd.exe /c %APPDATA%\updater.exe
cmd.exe /k %APPDATA%\updater.exe

0 comments on commit e1f2936

Please sign in to comment.