Skip to content

Instantly share code, notes, and snippets.

@ketiko
Last active March 11, 2020 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ketiko/e1416319554d527e0e056e73a9e55a03 to your computer and use it in GitHub Desktop.
Save ketiko/e1416319554d527e0e056e73a9e55a03 to your computer and use it in GitHub Desktop.
Setup OCT WebGoat
#!/bin/bash
set -eo pipefail
IFS=$'\n\t'
cd ~
mkdir ~/WebGoat-7.1
git clone https://github.com/octanner/webgoat-lessons-oct.git ~/WebGoat-7.1/
cd ~/WebGoat-7.1
curl -s https://gist.githubusercontent.com/wickswainoct/12dc92c0a4fa445d3def8f4f9bb5bc69/raw/f418be4f3c5be627274ec014160362ab63cbd322/webgoat7-docker-compose.yml &> docker-compose.yml
docker-compose up -d
mvn clean install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment