Skip to content

Commit

Permalink
Update T1027.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
clr2of8 authored Oct 3, 2023
1 parent 4eb2ab8 commit 3f7fa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomics/T1027/T1027.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ atomic_tests:
Expand-Archive -path "PathToAtomicsFolder\..\ExternalPayloads\T1027js.zip" -DestinationPath "PathToAtomicsFolder\..\ExternalPayloads\temp_T1027js.zip\" -Force
executor:
command: |
"%temp%\temp_T1027js.zip\T1027js.js"
"PathToAtomicsFolder\..\ExternalPayloads\temp_T1027js.zip\T1027js.js"
cleanup_command: |
taskkill /f /im calculator.exe >nul 2>nul
name: command_prompt

0 comments on commit 3f7fa3b

Please sign in to comment.