From f0579aa1e79638d29e6863b33221600be3ad95ca Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Sat, 18 Jan 2020 18:42:43 +0000 Subject: [PATCH] Generate docs from job=validate_atomics_generate_docs branch=master --- atomics/T1100/T1100.md | 2 +- atomics/index.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/atomics/T1100/T1100.md b/atomics/T1100/T1100.md index c0aabf18..3a3eb3c0 100644 --- a/atomics/T1100/T1100.md +++ b/atomics/T1100/T1100.md @@ -23,7 +23,7 @@ cmd.aspx source - https://github.com/tennc/webshell/blob/master/fuzzdb-webshell/ | Name | Description | Type | Default Value | |------|-------------|------|---------------| | web_shell_path | The path to drop the web shell | string | C:\inetpub\wwwroot| -| web_shells | Path of Web Shell | path | PathToAtomicsFolder\T1100\shells\| +| web_shells | Path of Web Shell | path | PathToAtomicsFolder\T1100\src\| #### Run it with `command_prompt`! ``` diff --git a/atomics/index.yaml b/atomics/index.yaml index 652df4e7..e12a5872 100644 --- a/atomics/index.yaml +++ b/atomics/index.yaml @@ -5106,7 +5106,7 @@ persistence: web_shells: description: Path of Web Shell type: path - default: PathToAtomicsFolder\T1100\shells\ + default: PathToAtomicsFolder\T1100\src\ executor: name: command_prompt command: 'xcopy #{web_shells} #{web_shell_path} @@ -15650,7 +15650,7 @@ privilege-escalation: web_shells: description: Path of Web Shell type: path - default: PathToAtomicsFolder\T1100\shells\ + default: PathToAtomicsFolder\T1100\src\ executor: name: command_prompt command: 'xcopy #{web_shells} #{web_shell_path}