Runs a webserver that allows to download a customized PCAP file.
The PCAP contains a capture of a HTTP login process, with a password injected from an environment variable.

You can run the vulnerable app using docker-compose:
mkdir pcap-me
cd pcap-me
curl -o docker-compose.yml https://gitlab.cylab.be/cylab/play/pcap-me/-/raw/main/docker-compose.yml
docker compose up
After a few seconds, the app will be available at http://127.0.0.1:8000
pipenv install
pipenv shell
./run.sh