Simple Login

pipeline status Latest Release Try in PwD

Simple Login

A very simple login form, can be used to demonstrate how POST requests work, or to organize a network sniffing lab.

Try in Play with Docker

Try in PwD

Run with docker-compose

Easiest way to run the vulnerable app is using docker-compose:

mkdir simple-login
cd simple-login
curl -o docker-compose.yml https://gitlab.cylab.be/cylab/play/simple-login/-/raw/main/docker-compose.yml
docker-compose up

After a few seconds, the app will be available at http://127.0.0.1:8000

Run with Docker

docker run -p 8000:80 gitlab.cylab.be:8081/cylab/play/simple-login

Testing locally

You can use PHP built-in webserver to test locally:

git clone https://gitlab.cylab.be/cylab/play/simple-login.git
cd simple-login/public
php -S localhost:8000
This website uses cookies. More information about the use of cookies is available in the cookies policy.
Accept