2025-02-03 16:17:28 +01:00
|
|
|
# Unsafe login challenge
|
|
|
|
You need to set the `FLAG` environment variable for this challenge to work!
|
|
|
|
|
|
|
|
|
|
|
|
## Run the image
|
|
|
|
```bash
|
2025-02-03 16:29:39 +01:00
|
|
|
docker run --rm --name countries_list --env FLAG='FLAG{SQLIMYFRIENDAGAIN}' -p 3767:80 -it pierre42100/countries-list
|
2025-02-03 16:17:28 +01:00
|
|
|
```
|