Generate docs from job=validate_atomics_generate_docs branch=master

This commit is contained in:
CircleCI Atomic Red Team doc generator
2020-01-18 18:42:43 +00:00
parent 4c8ae4c7bc
commit f0579aa1e7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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`!
```
+2 -2
View File
@@ -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}