From daa211f444edbd145ce867b0a38e5698543bd295 Mon Sep 17 00:00:00 2001 From: Carrie Roberts Date: Thu, 17 Feb 2022 15:56:26 -0700 Subject: [PATCH] github perm url --- atomics/T1059.004/T1059.004.yaml | 2 +- atomics/T1110.004/T1110.004.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/T1059.004/T1059.004.yaml b/atomics/T1059.004/T1059.004.yaml index 739151f7..cccb737d 100644 --- a/atomics/T1059.004/T1059.004.yaml +++ b/atomics/T1059.004/T1059.004.yaml @@ -81,7 +81,7 @@ atomic_tests: linenum_url: description: Path to download LinEnum shell script type: Url - default: https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh + default: https://raw.githubusercontent.com/rebootuser/LinEnum/c47f9b226d3ce2848629f25fe142c1b2986bc427/LinEnum.sh dependency_executor_name: bash dependencies: - description: | diff --git a/atomics/T1110.004/T1110.004.yaml b/atomics/T1110.004/T1110.004.yaml index 0c408431..8662027c 100644 --- a/atomics/T1110.004/T1110.004.yaml +++ b/atomics/T1110.004/T1110.004.yaml @@ -54,7 +54,7 @@ atomic_tests: prereq_command: | if [ -x "$(command -v sshpass)" ]; then exit 0; else exit 1; fi; get_prereq_command: | - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/e8114640740938c20cc41ffdbf07816b428afc49/install.sh)" brew install hudochenkov/sshpass/sshpass executor: