Add unsafe login docker image

This commit is contained in:
2025-01-30 12:32:06 +01:00
parent 6b38c46be9
commit c47cbeef38
7 changed files with 240 additions and 1 deletions

8
unsafe_login/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Unsafe login challenge
You need to set the `FLAG` environment variable for this challenge to work!
## Run the image
```bash
docker run --rm --name unsafe_login --env FLAG='FLAG{EASYINJECTION}' -p 3565:80 -it pierre42100/gns3-appliance-unsafe-login
```