Files
gns3-docker-appliances/countries_list/README.md
2025-02-03 16:29:39 +01:00

8 lines
248 B
Markdown

# Unsafe login challenge
You need to set the `FLAG` environment variable for this challenge to work!
## Run the image
```bash
docker run --rm --name countries_list --env FLAG='FLAG{SQLIMYFRIENDAGAIN}' -p 3767:80 -it pierre42100/countries-list
```