webgoat7.1开发版

Posted 897807300

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了webgoat7.1开发版相关的知识,希望对你有一定的参考价值。

cd ~/webgoat
git clone https://github.com/WebGoat/WebGoat.git git clone https://github.com/WebGoat/WebGoat-Lessons.git
cd WebGoat
git checkout 7.1
mvn clean compile install
cd ..

cd WebGoat-Lessons
git checkout develop
mvn package
(linux)   cp target/plugins/*.jar ../WebGoat/webgoat-container/src/main/webapp/plugin_lessons/


cd WebGoat
mvn package
cp webgoat-container/target/webgoat-container-7.1-SNAPSHOT.war <your_tomcat_directory>/webapps/
注意:tomcat要用7.X版本,8.X有问题。
 







以上是关于webgoat7.1开发版的主要内容,如果未能解决你的问题,请参考以下文章

webgoat 7.1 实战指南 - 下

WebGoat笔记

网络对抗技术 2017-2018-2 20155215 Exp9 Web安全基础

WebGoat靶场系列---AJAX Security(Ajax安全性)

web安全***靶场之webgoat-1

WebGoat-Introducation