diff --git a/docker-compose.yaml b/request_smuggling/docker-compose.yaml similarity index 100% rename from docker-compose.yaml rename to request_smuggling/docker-compose.yaml diff --git a/Proxy/Dockerfile b/request_smuggling/proxy/Dockerfile similarity index 100% rename from Proxy/Dockerfile rename to request_smuggling/proxy/Dockerfile diff --git a/script.py b/request_smuggling/script.py similarity index 100% rename from script.py rename to request_smuggling/script.py diff --git a/Dockerfile b/request_smuggling/server/Dockerfile similarity index 100% rename from Dockerfile rename to request_smuggling/server/Dockerfile diff --git a/public_html/index.html b/request_smuggling/server/public_html/index.html similarity index 100% rename from public_html/index.html rename to request_smuggling/server/public_html/index.html diff --git a/request_smuggling/server/public_html/secret_file.txt b/request_smuggling/server/public_html/secret_file.txt new file mode 100644 index 0000000..d97c5ea --- /dev/null +++ b/request_smuggling/server/public_html/secret_file.txt @@ -0,0 +1 @@ +secret diff --git a/type_juggling/server/Dockerfile b/type_juggling/server/Dockerfile new file mode 100644 index 0000000..7ab68ca --- /dev/null +++ b/type_juggling/server/Dockerfile @@ -0,0 +1,3 @@ +FROM httpd:alpine3.18 + +COPY ./public_html/ /usr/local/apache2/htdocs/