OWASP Top 10

Video :

OWASP Top 10 training

Lab :

The FREE hands-on OWASP Top 10 training Lab

Full Write-Up :

WebGoat | Web Application Security Essentials | Cycubix Docs

Lab Commands

Docker command to start the web servers:

docker-compose up

Pause the lab:

On a new terminal window, run the following command (Always from thehackerish-lab folder)

docker-compose stop

Resume where you left:

When you want to continue hacking, run the following command

docker-compose start

Web servers

WebGoat web application.

<http://localhost:8080/WebGoat>

WebWolf app.

[<http://localhost:9090/WebWolf>](<http://localhost:9090/WebWolf%E2%80%8B>)

Juice Shop.

<http://localhost:3000>

Last updated

Was this helpful?