Skip to content

Commit

Permalink
Enabled the challenges again to make them visible for everybody who s…
Browse files Browse the repository at this point in the history
…tarts WebGoat
  • Loading branch information
nbaars committed Jun 15, 2017
1 parent 36ad73c commit 7809057
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ security.enable-csrf=false
spring.resources.cache-period=0
spring.thymeleaf.cache=false

webgoat.clean=true
webgoat.clean=false
webgoat.server.directory=${user.home}/.webgoat/
webgoat.user.directory=${user.home}/.webgoat/
webgoat.build.version=@project.version@
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
=== Welcome to the WebGoat challenge (CTF)

==== Introduction

The challenges contain more a CTF like lessons where we do not provide any explanations what you need to do, no hints
will be provided. You can use these challenges in a CTF style where you can run WebGoat on one server and all
participants can join and hack the challenges. A scoreboard is available at http://localhost:8080/WebGoat/scoreboard

:hardbreaks:
In this CTF you will need to solve a couple of challenges, each challenge will give you a flag which you will
need to post in order to gain points.
Expand Down
12 changes: 5 additions & 7 deletions webgoat-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@
</profile>
</profiles>



<dependencies>
<dependency>
<groupId>com.spotify</groupId>
Expand All @@ -86,11 +84,11 @@
<artifactId>webgoat-container</artifactId>
<version>${project.version}</version>
</dependency>
<!--<dependency>-->
<!--<groupId>org.owasp.webgoat.lesson</groupId>-->
<!--<artifactId>challenge</artifactId>-->
<!--<version>${project.version}</version>-->
<!--</dependency>-->
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>challenge</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>bypass-restrictions</artifactId>
Expand Down

0 comments on commit 7809057

Please sign in to comment.