Create proof
This commit is contained in:
parent
0f1491174f
commit
d20c9c5b9f
1 changed files with 16 additions and 0 deletions
16
Sectraining/proof
Normal file
16
Sectraining/proof
Normal 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'
|
||||||
|
```
|
||||||
Loading…
Add table
Reference in a new issue