WebGoat启动命令中建议增加环境变量WEBWOLF_HOST和WEBWOLF_PORT
keginx opened this issue · 0 comments
keginx commented
创建WebWolf容器时如果不是使用的的默认ip和端口 http://localhost:8081
在WebGoat Admin password reset
这一关填写邮件地址后会导致无法发送邮件给WebWolf
例如: http://10.1.1.111:8080/WebGoat/start.mvc#lesson/Challenge7.lesson
代码逻辑对应 webgoat-lessons/challenge/src/main/java/org/owasp/webgoat/challenges/challenge7/Assignment7.java
配置文件对应 webgoat-container/src/main/resources/application-webgoat.properties
建议在WebGoat对应的docker-compose.yml 启动命令或启动脚本中增加环境变量WEBWOLF_HOST
和WEBWOLF_PORT
来指定非默认环境情况下WebWolf的ip和端口