Beautiful RFI challenge is working

This commit is contained in:
2025-01-31 16:20:00 +01:00
parent 4bb232c3ce
commit 502b1a241e
7 changed files with 19 additions and 4 deletions

View File

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