Generate docs from job=validate_atomics_generate_docs branch=master
This commit is contained in:
parent
4c8ae4c7bc
commit
f0579aa1e7
@@ -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
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user