Spoofing an Authentication Cookie lesson

This commit is contained in:
Àngel Ollé Blázquez
2021-08-08 23:30:05 +02:00
committed by Nanne Baars
parent a4218b0016
commit 8e567b0f86
17 changed files with 875 additions and 1 deletions

View File

@ -149,6 +149,11 @@
<artifactId>secure-passwords</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>spoof-cookie</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>webgoat-lesson-template</artifactId>