diff --git a/atomics/T1100/T1100.yaml b/atomics/T1100/T1100.yaml index db0d4bb9..e8b30a4e 100644 --- a/atomics/T1100/T1100.yaml +++ b/atomics/T1100/T1100.yaml @@ -18,7 +18,7 @@ atomic_tests: web_shells: description: Path of Web Shell type: path - default: PathToAtomicsFolder\T1100\shells\ + default: PathToAtomicsFolder\T1100\src\ executor: name: command_prompt command: | diff --git a/atomics/T1100/shells/b.jsp b/atomics/T1100/src/b.jsp similarity index 100% rename from atomics/T1100/shells/b.jsp rename to atomics/T1100/src/b.jsp diff --git a/atomics/T1100/shells/cmd.aspx b/atomics/T1100/src/cmd.aspx similarity index 100% rename from atomics/T1100/shells/cmd.aspx rename to atomics/T1100/src/cmd.aspx diff --git a/atomics/T1100/shells/tests.jsp b/atomics/T1100/src/tests.jsp similarity index 100% rename from atomics/T1100/shells/tests.jsp rename to atomics/T1100/src/tests.jsp