cd ~/webgoat
git clone https://github.com/WebGoat/WebGoat.gitgit clone https://github.com/WebGoat/WebGoat-Lessons.git
cd WebGoatgit checkout 7.1mvn clean compile installcd ..
cd WebGoat-Lessonsgit checkout developmvn package(linux) ??cp target/plugins/*.jar ../WebGoat/webgoat-container/src/main/webapp/plugin_lessons/
cd WebGoatmvn packagecp webgoat-container/target/webgoat-container-7.1-SNAPSHOT.war <your_tomcat_directory>/webapps/
注意:tomcat要用7.X版本,8.X有问题。
webgoat7.1开发版
原文地址:https://www.cnblogs.com/wuweidong/p/8856556.html