16 lines
367 B
Text
16 lines
367 B
Text
## 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'
|
|
```
|