diff --git a/atomics/T1002/T1002.md b/atomics/T1002/T1002.md index 41659e2e..f8901ecd 100644 --- a/atomics/T1002/T1002.md +++ b/atomics/T1002/T1002.md @@ -58,7 +58,7 @@ An adversary may compress data (e.g., sensitive documents) that is collected pri #### Run it with `command_prompt`! ``` -rar a -r #{output_file} #{input_path}*{file_extension} +rar a -r #{output_file} #{input_path}*#{file_extension} ``` #### Commands to Check Prerequisites: diff --git a/atomics/T1002/T1002.yaml b/atomics/T1002/T1002.yaml index 00f368a4..4dc72985 100644 --- a/atomics/T1002/T1002.yaml +++ b/atomics/T1002/T1002.yaml @@ -49,7 +49,7 @@ atomic_tests: prereq_command: | rar /? command: | - rar a -r #{output_file} #{input_path}*{file_extension} + rar a -r #{output_file} #{input_path}*#{file_extension} cleanup_command: del -f #{output_file}