From cf3b4dccf9e7b419594059af128f971dccbb77e7 Mon Sep 17 00:00:00 2001 From: Carrie Roberts Date: Wed, 7 Sep 2022 06:54:08 -0500 Subject: [PATCH] fix typo in url (#2118) Co-authored-by: Michael Haag <5632822+MHaggis@users.noreply.github.com> --- atomics/T1218.003/T1218.003.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1218.003/T1218.003.yaml b/atomics/T1218.003/T1218.003.yaml index 9e090a6a..dc1073e9 100644 --- a/atomics/T1218.003/T1218.003.yaml +++ b/atomics/T1218.003/T1218.003.yaml @@ -20,7 +20,7 @@ atomic_tests: if (Test-Path #{inf_file_path}) {exit 0} else {exit 1} get_prereq_command: | New-Item -Type Directory (split-path #{inf_file_path}) -ErrorAction ignore | Out-Null - Invoke-WebRequest "https://github.com/redcanaryco/atomic-red-team/raw/master/atomics/T1218.003/src/T218.003.inf" -OutFile "#{inf_file_path}" + Invoke-WebRequest "https://github.com/redcanaryco/atomic-red-team/raw/master/atomics/T1218.003/src/T1218.003.inf" -OutFile "#{inf_file_path}" executor: command: | cmstp.exe /s #{inf_file_path}