Skip to content

Commit

Permalink
[GitHub Action] Update challenges in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 5, 2024
1 parent aaeab7f commit 055afb9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
26 changes: 26 additions & 0 deletions web/phpocalypse/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 055afb9

Please sign in to comment.