diff --git a/atomics/T1158/T1158.yaml b/atomics/T1158/T1158.yaml index 89101812..751c6e10 100644 --- a/atomics/T1158/T1158.yaml +++ b/atomics/T1158/T1158.yaml @@ -58,9 +58,9 @@ atomic_tests: input_arguments: filename: - description: path of file to hide + description: path of file to mark as system type: path - default: "C:\Windows\Temp\sensitive_file.txt" + default: C:\Windows\Temp\sensitive_file.txt executor: name: command_prompt command: | @@ -75,9 +75,9 @@ atomic_tests: input_arguments: filename: - description: path of file to hide + description: path of file to mark as hidden type: path - default: "C:\Windows\Temp\sensitive_file.txt" + default: C:\Windows\Temp\sensitive_file.txt executor: name: command_prompt command: |