Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]

This commit is contained in:
CircleCI Atomic Red Team doc generator
2022-02-18 18:00:32 +00:00
parent 2a1fa2498c
commit 2f802d60e7
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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})
+1 -1
View File
@@ -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`!
+1 -1
View File
@@ -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
```