Update T1042 with cmd /c argument (#408)
The `/c` flag was missing for `cmd.exe`, causing the command to be skipped.
This commit is contained in:
@@ -21,4 +21,4 @@ atomic_tests:
|
||||
executor:
|
||||
name: command_prompt
|
||||
command: |
|
||||
cmd.exe assoc #{extension_to_change}="#{target_exenstion_handler}"
|
||||
cmd.exe /c assoc #{extension_to_change}="#{target_exenstion_handler}"
|
||||
|
||||
Reference in New Issue
Block a user