8 lines
248 B
Markdown
Raw Permalink Normal View History

2025-02-03 15:15:57 +01:00
# Unsafe gallery challenge
You need to set the `FLAG` environment variable for this challenge to work!
## Run the image
```bash
2025-02-03 15:47:50 +01:00
docker run --rm --name oh_my_api --env FLAG='FLAG{BROKEN_ACL}' -p 3569:80 -it pierre42100/gns3-appliance-oh-my-api
2025-02-03 15:15:57 +01:00
```