Generate docs from job=validate_atomics_generate_docs branch=master

This commit is contained in:
CircleCI Atomic Red Team doc generator
2020-09-15 14:57:15 +00:00
parent 74ad1849de
commit 30b77fc5a0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46094,7 +46094,7 @@ lateral-movement:
computer_name:
description: Name of Computer
type: string
default: computer1
default: localhost
executor:
command: '[activator]::CreateInstance([type]::GetTypeFromProgID("MMC20.application","#{computer_name}")).Document.ActiveView.ExecuteShellCommand("c:\windows\system32\calc.exe",
$null, $null, "7")
+1 -1
View File
@@ -64,7 +64,7 @@ Upon successful execution, cmd will spawn calc.exe on a remote computer.
#### Inputs:
| Name | Description | Type | Default Value |
|------|-------------|------|---------------|
| computer_name | Name of Computer | string | computer1|
| computer_name | Name of Computer | string | localhost|
#### Attack Commands: Run with `powershell`!