2025-01-31 15:55:35 +01:00
|
|
|
# Unsafe gallery challenge
|
|
|
|
You need to set the `FLAG` environment variable for this challenge to work!
|
|
|
|
|
|
|
|
|
|
|
|
## Run the image
|
|
|
|
```bash
|
2025-01-31 16:20:00 +01:00
|
|
|
docker run --rm --name beautiful_rfi --env FLAG='FLAG{UNSAFE_RFI}' -p 3578:80 -it pierre42100/gns3-appliance-beautiful-vuln-rfi
|
2025-01-31 15:55:35 +01:00
|
|
|
```
|