From 3750c092bc0db28927414abc3cc4a94698385a08 Mon Sep 17 00:00:00 2001 From: FenQiDian Date: Tue, 17 Dec 2019 08:04:56 +0800 Subject: [PATCH] Add "#" before file_extension argument (#726) --- atomics/T1002/T1002.md | 2 +- atomics/T1002/T1002.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}