From 4c8ae4c7bc04fb173b2aa5b22df172e909d0376e Mon Sep 17 00:00:00 2001 From: JB <35406993+cherokeejb@users.noreply.github.com> Date: Sat, 18 Jan 2020 12:42:28 -0600 Subject: [PATCH] renamed folder paths and moved files to match current project spec (#782) * renaming /shells directory to /src to bring up to current project spc * moving files... * ..moving files.. * moving files Co-authored-by: Carrie Roberts --- atomics/T1100/T1100.yaml | 2 +- atomics/T1100/{shells => src}/b.jsp | 0 atomics/T1100/{shells => src}/cmd.aspx | 0 atomics/T1100/{shells => src}/tests.jsp | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename atomics/T1100/{shells => src}/b.jsp (100%) rename atomics/T1100/{shells => src}/cmd.aspx (100%) rename atomics/T1100/{shells => src}/tests.jsp (100%) 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