From 2f802d60e753b973cb020b83ad02592e1e0de2ff Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Fri, 18 Feb 2022 18:00:32 +0000 Subject: [PATCH] Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci] --- atomics/Indexes/index.yaml | 4 ++-- atomics/T1059.004/T1059.004.md | 2 +- atomics/T1110.004/T1110.004.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index 625f4280..17a20239 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -997,7 +997,7 @@ credential-access: ' 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: name: bash @@ -66220,7 +66220,7 @@ execution: 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: 'LinnEnum must exist on disk at specified location (#{linenum}) diff --git a/atomics/T1059.004/T1059.004.md b/atomics/T1059.004/T1059.004.md index 0066cb15..4f66055c 100644 --- a/atomics/T1059.004/T1059.004.md +++ b/atomics/T1059.004/T1059.004.md @@ -157,7 +157,7 @@ LinEnum is a bash script that performs discovery commands for accounts,processes | Name | Description | Type | Default Value | |------|-------------|------|---------------| | linenum | Path to the LinEnum shell script | Path | PathToAtomicsFolder/T1059.004/src/LinEnum.sh| -| linenum_url | Path to download LinEnum shell script | Url | https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh| +| linenum_url | Path to download LinEnum shell script | Url | https://raw.githubusercontent.com/rebootuser/LinEnum/c47f9b226d3ce2848629f25fe142c1b2986bc427/LinEnum.sh| #### Attack Commands: Run with `sh`! diff --git a/atomics/T1110.004/T1110.004.md b/atomics/T1110.004/T1110.004.md index fb33c74f..9b4da58d 100644 --- a/atomics/T1110.004/T1110.004.md +++ b/atomics/T1110.004/T1110.004.md @@ -113,7 +113,7 @@ if [ -x "$(command -v sshpass)" ]; then exit 0; else exit 1; fi; ``` ##### Get Prereq Commands: ```bash -/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 ```