Create Docker image for JS Login

This commit is contained in:
2025-01-31 12:05:38 +01:00
parent a177bec498
commit fd6123e72c
5 changed files with 29 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
# JsLogin
Taken from: https://github.com/mazipan/login-page-css/tree/master/src/18-instagram
Taken from: https://github.com/mazipan/login-page-css/tree/master/src/18-instagram
## Run the image
```bash
docker run --rm --name unsafe_login --env FLAG='FLAG{JSLOGIN}' -p 3570:8080 -it pierre42100/unsafe-js-login
```