项目作者: playframework

项目描述 :
A vulnerable Play application for attackers.
高级语言: Scala
项目地址: git://github.com/playframework/play-webgoat.git
创建时间: 2017-08-10T01:11:14Z
项目社区:https://github.com/playframework/play-webgoat

开源协议:Creative Commons Zero v1.0 Universal

下载


play-webgoat

Twitter Follow
Discord
GitHub Discussions
StackOverflow
YouTube
Twitch Status
OpenCollective

Build Status
Repository size
Scala Steward badge
Mergify Status

A vulnerable Play application for attackers.

This application stays clear of the Twirl template engine for the most part, and shows where unvalidated input from the client can be improperly trusted by the application and included in the response.

Running

  1. sbt run

Then go to http://localhost:9000.

Scala versions

Cross-building to Scala 2.13 and 3 is supported.