8 lines
250 B
Markdown
8 lines
250 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
|
||
|
```
|