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}