8 lines
257 B
Markdown
8 lines
257 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 hidden_header --env FLAG='FLAG{HIDDEN_HEADER}' -p 3865:80 -it pierre42100/gns3-appliance-hidden-header
|
||
|
```
|