We’ll look at pentesting this session.
Pollyester offered to prepare something.
You can run the OWASP juice shop locally with docker:
docker run --rm -p 127.0.0.1:3000:3000 -it bkimminich/juice-shop
You can also expose it on the local network like this:
docker run --rm -p <network-ip-here>:3000:3000 -it bkimminich/juice-shop