From 055afb99672f8b0fadd1b2aab4be45725f837d0b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 5 Jul 2024 08:24:03 +0000 Subject: [PATCH] [GitHub Action] Update challenges in README.md --- README.md | 1 + web/phpocalypse/README.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/README.md b/README.md index edba644..4fd88e1 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Although some of the challenges may run as is, it is recommended that you have d | [Inspector Gadget](./web/inspector_gadget) | sAINT_barber | | [looooong](./web/looooong) | Evangelospro | | [NMAPper](./web/nmapper) | Evangelospro | +| [PHPocalypse](./web/phpocalypse) | sAINT_barber | | [Restart the Robots](./web/restart_the_robots) | sAINT_barber | | [SQL Sleuth: The Hidden Injection](./web/sql-sleuth) | Evangelospro | | [SSRFing](./web/ssrfing) | Evangelospro | diff --git a/web/phpocalypse/README.md b/web/phpocalypse/README.md index e69de29..c663455 100644 --- a/web/phpocalypse/README.md +++ b/web/phpocalypse/README.md @@ -0,0 +1,26 @@ +# PHPocalypse + +[![Try in PWD](https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png)](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/cybermouflons/gt-beginner-quest-2024/master/web/phpocalypse/docker-compose.yml) + + +**Category**: web + +**Author**: sAINT_barber + +## Description + +I created an image uploading application to store all my cool pictures! I left a secret at `/flag.txt` on the server. + + + +## Run locally + +Launch challenge: +``` +curl -sSL https://raw.githubusercontent.com/cybermouflons/gt-beginner-quest-2024/master/web/phpocalypse/docker-compose.yml | docker compose -f - up -d +``` + +Shutdown challenge: +``` +curl -sSL https://raw.githubusercontent.com/cybermouflons/gt-beginner-quest-2024/master/web/phpocalypse/docker-compose.yml | docker compose -f - down +```