/play-webgoat

A vulnerable Play application for attackers.

Primary LanguageScalaCreative Commons Zero v1.0 UniversalCC0-1.0

play-webgoat

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

sbt run

Then go to http://localhost:9000.

Scala versions

Cross-building to Scala 2.12 and 2.13 is supported.