Create proof

This commit is contained in:
Sander Hautvast 2024-02-06 10:23:16 +01:00 committed by GitHub
parent 0f1491174f
commit d20c9c5b9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
Sectraining/proof Normal file
View file

@ -0,0 +1,16 @@
## blabla1337/owasp-skf-lab:java-csrf
```bash
docker run -p5000:5000 blabla1337/owasp-skf-lab:java-csrf
```
spring-boot
-> admin/admin -> src/main/resources/data.sql
```bash
curl 'http://localhost:5000/update' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Cookie: JSESSIONID=DA8353D048C3C8B90D33596A10B2B360' \
--data-raw 'color=yellow2'
```