haecksathon #6

<< Back to the home page
Date
Topic
pentesting

We’ll look at pentesting this session.

Pollyester offered to prepare something.

Agenda

Juice Shop with Docker

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