8 lines
259 B
Markdown
Raw Normal View History

2025-01-30 16:58:23 +01:00
# Unsafe gallery challenge
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
2025-01-30 16:58:23 +01:00
```