Beautiful RFI challenge is working

This commit is contained in:
2025-01-31 16:20:00 +01:00
parent 4bb232c3ce
commit 502b1a241e
7 changed files with 19 additions and 4 deletions

View File

@ -4,5 +4,5 @@ You need to set the `FLAG` environment variable for this challenge to work!
## Run the image
```bash
docker run --rm --name unsafe_login --env FLAG='FLAG{UNSAFEGALLERY}' -p 3568:80 -it pierre42100/gns3-appliance-unsafe-gallery
docker run --rm --name unsafe_gallery --env FLAG='FLAG{UNSAFEGALLERY}' -p 3568:80 -it pierre42100/gns3-appliance-unsafe-gallery
```