diff --git a/Tasks/Requests/.gitignore b/Requests/.gitignore similarity index 100% rename from Tasks/Requests/.gitignore rename to Requests/.gitignore diff --git a/Tasks/Requests/Dockerfile b/Requests/Dockerfile similarity index 100% rename from Tasks/Requests/Dockerfile rename to Requests/Dockerfile diff --git a/Tasks/Requests/README.md b/Requests/README.md similarity index 100% rename from Tasks/Requests/README.md rename to Requests/README.md diff --git a/Tasks/Requests/REQUIREMENTS.txt b/Requests/REQUIREMENTS.txt similarity index 100% rename from Tasks/Requests/REQUIREMENTS.txt rename to Requests/REQUIREMENTS.txt diff --git a/Tasks/Requests/RequestsTrainer/__init__.py b/Requests/RequestsTrainer/__init__.py similarity index 100% rename from Tasks/Requests/RequestsTrainer/__init__.py rename to Requests/RequestsTrainer/__init__.py diff --git a/Tasks/Requests/RequestsTrainer/app.py b/Requests/RequestsTrainer/app.py similarity index 100% rename from Tasks/Requests/RequestsTrainer/app.py rename to Requests/RequestsTrainer/app.py diff --git a/Tasks/Requests/RequestsTrainer/meta.py b/Requests/RequestsTrainer/meta.py similarity index 100% rename from Tasks/Requests/RequestsTrainer/meta.py rename to Requests/RequestsTrainer/meta.py diff --git a/Tasks/Requests/RequestsTrainer/requestChals.py b/Requests/RequestsTrainer/requestChals.py similarity index 100% rename from Tasks/Requests/RequestsTrainer/requestChals.py rename to Requests/RequestsTrainer/requestChals.py diff --git a/Tasks/Requests/RequestsTrainer/requestViews.py b/Requests/RequestsTrainer/requestViews.py similarity index 100% rename from Tasks/Requests/RequestsTrainer/requestViews.py rename to Requests/RequestsTrainer/requestViews.py diff --git a/Tasks/Requests/RequestsTrainer/sessionChals.py b/Requests/RequestsTrainer/sessionChals.py similarity index 100% rename from Tasks/Requests/RequestsTrainer/sessionChals.py rename to Requests/RequestsTrainer/sessionChals.py diff --git a/Tasks/Requests/RequestsTrainer/sessionViews.py b/Requests/RequestsTrainer/sessionViews.py similarity index 100% rename from Tasks/Requests/RequestsTrainer/sessionViews.py rename to Requests/RequestsTrainer/sessionViews.py diff --git a/Tasks/Requests/RequestsTrainer/static/materialize/LICENSE b/Requests/RequestsTrainer/static/materialize/LICENSE similarity index 100% rename from Tasks/Requests/RequestsTrainer/static/materialize/LICENSE rename to Requests/RequestsTrainer/static/materialize/LICENSE diff --git a/Tasks/Requests/RequestsTrainer/static/materialize/README.md b/Requests/RequestsTrainer/static/materialize/README.md similarity index 100% rename from Tasks/Requests/RequestsTrainer/static/materialize/README.md rename to Requests/RequestsTrainer/static/materialize/README.md diff --git a/Tasks/Requests/RequestsTrainer/static/materialize/css/materialize.css b/Requests/RequestsTrainer/static/materialize/css/materialize.css similarity index 100% rename from Tasks/Requests/RequestsTrainer/static/materialize/css/materialize.css rename to Requests/RequestsTrainer/static/materialize/css/materialize.css diff --git a/Tasks/Requests/RequestsTrainer/static/materialize/css/materialize.min.css b/Requests/RequestsTrainer/static/materialize/css/materialize.min.css similarity index 100% rename from Tasks/Requests/RequestsTrainer/static/materialize/css/materialize.min.css rename to Requests/RequestsTrainer/static/materialize/css/materialize.min.css diff --git a/Tasks/Requests/RequestsTrainer/static/materialize/js/materialize.js b/Requests/RequestsTrainer/static/materialize/js/materialize.js similarity index 100% rename from Tasks/Requests/RequestsTrainer/static/materialize/js/materialize.js rename to Requests/RequestsTrainer/static/materialize/js/materialize.js diff --git a/Tasks/Requests/RequestsTrainer/static/materialize/js/materialize.min.js b/Requests/RequestsTrainer/static/materialize/js/materialize.min.js similarity index 100% rename from Tasks/Requests/RequestsTrainer/static/materialize/js/materialize.min.js rename to Requests/RequestsTrainer/static/materialize/js/materialize.min.js diff --git a/Tasks/Requests/RequestsTrainer/templates/403.html b/Requests/RequestsTrainer/templates/403.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/403.html rename to Requests/RequestsTrainer/templates/403.html diff --git a/Tasks/Requests/RequestsTrainer/templates/admin.html b/Requests/RequestsTrainer/templates/admin.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/admin.html rename to Requests/RequestsTrainer/templates/admin.html diff --git a/Tasks/Requests/RequestsTrainer/templates/apiDataChal.html b/Requests/RequestsTrainer/templates/apiDataChal.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/apiDataChal.html rename to Requests/RequestsTrainer/templates/apiDataChal.html diff --git a/Tasks/Requests/RequestsTrainer/templates/automateChallenge.html b/Requests/RequestsTrainer/templates/automateChallenge.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/automateChallenge.html rename to Requests/RequestsTrainer/templates/automateChallenge.html diff --git a/Tasks/Requests/RequestsTrainer/templates/automateHash.html b/Requests/RequestsTrainer/templates/automateHash.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/automateHash.html rename to Requests/RequestsTrainer/templates/automateHash.html diff --git a/Tasks/Requests/RequestsTrainer/templates/automateStart.html b/Requests/RequestsTrainer/templates/automateStart.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/automateStart.html rename to Requests/RequestsTrainer/templates/automateStart.html diff --git a/Tasks/Requests/RequestsTrainer/templates/base.html b/Requests/RequestsTrainer/templates/base.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/base.html rename to Requests/RequestsTrainer/templates/base.html diff --git a/Tasks/Requests/RequestsTrainer/templates/basicAuth_challenge.html b/Requests/RequestsTrainer/templates/basicAuth_challenge.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/basicAuth_challenge.html rename to Requests/RequestsTrainer/templates/basicAuth_challenge.html diff --git a/Tasks/Requests/RequestsTrainer/templates/basicAuth_demo.html b/Requests/RequestsTrainer/templates/basicAuth_demo.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/basicAuth_demo.html rename to Requests/RequestsTrainer/templates/basicAuth_demo.html diff --git a/Tasks/Requests/RequestsTrainer/templates/cookieChallenge.html b/Requests/RequestsTrainer/templates/cookieChallenge.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/cookieChallenge.html rename to Requests/RequestsTrainer/templates/cookieChallenge.html diff --git a/Tasks/Requests/RequestsTrainer/templates/cookieCheck.html b/Requests/RequestsTrainer/templates/cookieCheck.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/cookieCheck.html rename to Requests/RequestsTrainer/templates/cookieCheck.html diff --git a/Tasks/Requests/RequestsTrainer/templates/cookieDemo.html b/Requests/RequestsTrainer/templates/cookieDemo.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/cookieDemo.html rename to Requests/RequestsTrainer/templates/cookieDemo.html diff --git a/Tasks/Requests/RequestsTrainer/templates/enum.html b/Requests/RequestsTrainer/templates/enum.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/enum.html rename to Requests/RequestsTrainer/templates/enum.html diff --git a/Tasks/Requests/RequestsTrainer/templates/formDataChal.html b/Requests/RequestsTrainer/templates/formDataChal.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/formDataChal.html rename to Requests/RequestsTrainer/templates/formDataChal.html diff --git a/Tasks/Requests/RequestsTrainer/templates/formState.html b/Requests/RequestsTrainer/templates/formState.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/formState.html rename to Requests/RequestsTrainer/templates/formState.html diff --git a/Tasks/Requests/RequestsTrainer/templates/helpers/displayRequest.jinja2 b/Requests/RequestsTrainer/templates/helpers/displayRequest.jinja2 similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/helpers/displayRequest.jinja2 rename to Requests/RequestsTrainer/templates/helpers/displayRequest.jinja2 diff --git a/Tasks/Requests/RequestsTrainer/templates/helpers/requestNav.html b/Requests/RequestsTrainer/templates/helpers/requestNav.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/helpers/requestNav.html rename to Requests/RequestsTrainer/templates/helpers/requestNav.html diff --git a/Tasks/Requests/RequestsTrainer/templates/helpers/sessionNav.html b/Requests/RequestsTrainer/templates/helpers/sessionNav.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/helpers/sessionNav.html rename to Requests/RequestsTrainer/templates/helpers/sessionNav.html diff --git a/Tasks/Requests/RequestsTrainer/templates/index.html b/Requests/RequestsTrainer/templates/index.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/index.html rename to Requests/RequestsTrainer/templates/index.html diff --git a/Tasks/Requests/RequestsTrainer/templates/pageText/index.md b/Requests/RequestsTrainer/templates/pageText/index.md similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/pageText/index.md rename to Requests/RequestsTrainer/templates/pageText/index.md diff --git a/Tasks/Requests/RequestsTrainer/templates/requestBrowser.html b/Requests/RequestsTrainer/templates/requestBrowser.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/requestBrowser.html rename to Requests/RequestsTrainer/templates/requestBrowser.html diff --git a/Tasks/Requests/RequestsTrainer/templates/requestBrowserForm.html b/Requests/RequestsTrainer/templates/requestBrowserForm.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/requestBrowserForm.html rename to Requests/RequestsTrainer/templates/requestBrowserForm.html diff --git a/Tasks/Requests/RequestsTrainer/templates/responseChallenge.html b/Requests/RequestsTrainer/templates/responseChallenge.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/responseChallenge.html rename to Requests/RequestsTrainer/templates/responseChallenge.html diff --git a/Tasks/Requests/RequestsTrainer/templates/responseTarget.html b/Requests/RequestsTrainer/templates/responseTarget.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/responseTarget.html rename to Requests/RequestsTrainer/templates/responseTarget.html diff --git a/Tasks/Requests/RequestsTrainer/templates/sessionChallenge.html b/Requests/RequestsTrainer/templates/sessionChallenge.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/sessionChallenge.html rename to Requests/RequestsTrainer/templates/sessionChallenge.html diff --git a/Tasks/Requests/RequestsTrainer/templates/sessionDemo.html b/Requests/RequestsTrainer/templates/sessionDemo.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/sessionDemo.html rename to Requests/RequestsTrainer/templates/sessionDemo.html diff --git a/Tasks/Requests/RequestsTrainer/templates/tokenAuth_challenge.html b/Requests/RequestsTrainer/templates/tokenAuth_challenge.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/tokenAuth_challenge.html rename to Requests/RequestsTrainer/templates/tokenAuth_challenge.html diff --git a/Tasks/Requests/RequestsTrainer/templates/urlState.html b/Requests/RequestsTrainer/templates/urlState.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/urlState.html rename to Requests/RequestsTrainer/templates/urlState.html diff --git a/Tasks/Requests/RequestsTrainer/templates/userAgentChal.html b/Requests/RequestsTrainer/templates/userAgentChal.html similarity index 100% rename from Tasks/Requests/RequestsTrainer/templates/userAgentChal.html rename to Requests/RequestsTrainer/templates/userAgentChal.html diff --git a/Tasks/Requests/compose-deploy.yml b/Requests/compose-deploy.yml similarity index 100% rename from Tasks/Requests/compose-deploy.yml rename to Requests/compose-deploy.yml diff --git a/Tasks/Requests/docker-compose.yml b/Requests/docker-compose.yml similarity index 100% rename from Tasks/Requests/docker-compose.yml rename to Requests/docker-compose.yml