Skip to content

rascal999/shoe-shop

Repository files navigation

shoe-shop

Rusty Brown's Shoe Shop (vulnerable lab)

Building

docker build . -t shoe-shop
docker run -d --rm --name shoe-shop -p 1337:3000 shoe-shop

Viewing

Visit http://localhost:1337/

Valid credentials are:

Exploiting

Run the following command to execute the exploit.sh script in the container:

docker exec `docker ps -aqf "name=shoe-shop"` /usr/src/app/exploit.sh

Report

Visit http://localhost:1337/report for the write-up or check out the PDF.

About

RB shoe shop (vulnerable lab)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published