#345 Lesson about Insecure Object References does not work - WebGoat 8.0
This commit is contained in:
parent
fbf2d1b422
commit
8def26825b
@ -140,7 +140,7 @@
|
|||||||
method="GET" name="view-other-profile"
|
method="GET" name="view-other-profile"
|
||||||
action="/WebGoat/IDOR/profile"
|
action="/WebGoat/IDOR/profile"
|
||||||
enctype="application/json;charset=UTF-8">
|
enctype="application/json;charset=UTF-8">
|
||||||
<script th:src="@{/plugin_lessons/plugin/IDOR/js/idor.js}" />
|
<script th:src="@{/lesson_js/idor.js}" />
|
||||||
|
|
||||||
<input name="View Profile" value="View Profile" type="submit" />
|
<input name="View Profile" value="View Profile" type="submit" />
|
||||||
|
|
||||||
@ -165,7 +165,7 @@
|
|||||||
method="GET" name="edit-other-profile"
|
method="GET" name="edit-other-profile"
|
||||||
action="/WebGoat/IDOR/profile"
|
action="/WebGoat/IDOR/profile"
|
||||||
enctype="application/json;charset=UTF-8">
|
enctype="application/json;charset=UTF-8">
|
||||||
<script th:src="@{/plugin_lessons/plugin/IDOR/js/idor.js}" />
|
<script th:src="@{/lesson_js/idor.js}" />
|
||||||
|
|
||||||
<input name="View Profile" value="View Profile" type="submit" />
|
<input name="View Profile" value="View Profile" type="submit" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user