> For the complete documentation index, see [llms.txt](https://cas-cyber.gitbook.io/cas-cybersecurity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cas-cyber.gitbook.io/cas-cybersecurity/docker-basics/webgoat.md).

# Webgoat

### Webgoat installation

> sudo docker pull szsecurity/webgoat&#x20;
>
> sudo docker create --name webgoat -p 80:8080 -it szsecurity/webgoat /bin/bash&#x20;
>
> sudo docker start webgoat&#x20;
>
> sudo docker exec -it webgoat /bin/bash&#x20;
>
> cd /tmp/ java -jar webgoat.jar&#x20;

<div align="left"><img src="https://3977837039-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MfT0VPyK6X13Egd9pzy%2F-MhTILpbojrkk7ZLLd-W%2F-MhTgyWPhSp0DXE8rDDc%2Fwebgoat02.png?alt=media&amp;token=9ea75318-7049-44ef-8dd2-f1014ae4ae78" alt=""></div>

Navigate to <http://172.17.0.2/WebGoat>

<div align="left"><img src="https://3977837039-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MfT0VPyK6X13Egd9pzy%2F-MhTILpbojrkk7ZLLd-W%2F-MhTjWxuPXKi_Vc6caD2%2Fwebgoat03.png?alt=media&amp;token=57a13c84-a7a2-482e-8e97-7d46bda6c58a" alt=""></div>

###
