From 103a7caebb44c9d4c8b582f45e6adbc165d5d4ee Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Fri, 19 Jun 2020 01:26:55 +0000 Subject: [PATCH] Generate docs from job=validate_atomics_generate_docs branch=master --- atomics/Indexes/index.yaml | 5 ----- atomics/T1564.001/T1564.001.md | 5 ----- 2 files changed, 10 deletions(-) diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index bfd4d42c..4463d8f6 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -23936,11 +23936,6 @@ defense-evasion: ' supported_platforms: - macos - input_arguments: - filename: - description: path of file to hide - type: path - default: "/tmp/evil" executor: command: | touch /var/tmp/T1564.001_mac.txt diff --git a/atomics/T1564.001/T1564.001.md b/atomics/T1564.001/T1564.001.md index 0af8ac36..e20c6446 100644 --- a/atomics/T1564.001/T1564.001.md +++ b/atomics/T1564.001/T1564.001.md @@ -209,11 +209,6 @@ Hide a directory on MacOS -#### Inputs: -| Name | Description | Type | Default Value | -|------|-------------|------|---------------| -| filename | path of file to hide | path | /tmp/evil| - #### Attack Commands: Run with `sh`!