diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index 36dec120..e7d1e432 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -40084,7 +40084,7 @@ persistence: xll_url: description: url of the file HelloWorldXll.xll type: Url - default: https://https://github.com/redcanaryco/atomic-red-team/tree/master/atomics/T1137.006/bin/HelloWorldXll.xll?raw=true + default: https://github.com/redcanaryco/atomic-red-team/raw/master/atomics/T1137.006/bin/HelloWorldXll.xll local_file: description: name of the xll file type: Path diff --git a/atomics/T1137.006/T1137.006.md b/atomics/T1137.006/T1137.006.md index 3d4013a4..c22daf59 100644 --- a/atomics/T1137.006/T1137.006.md +++ b/atomics/T1137.006/T1137.006.md @@ -28,7 +28,7 @@ Source of XLL - https://github.com/edparcell/HelloWorldXll #### Inputs: | Name | Description | Type | Default Value | |------|-------------|------|---------------| -| xll_url | url of the file HelloWorldXll.xll | Url | https://https://github.com/redcanaryco/atomic-red-team/tree/master/atomics/T1137.006/bin/HelloWorldXll.xll?raw=true| +| xll_url | url of the file HelloWorldXll.xll | Url | https://github.com/redcanaryco/atomic-red-team/raw/master/atomics/T1137.006/bin/HelloWorldXll.xll| | local_file | name of the xll file | Path | $env:tmp\HelloWorldXll.xll|