We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 920bd93 + 8604af5 commit 7bf927aCopy full SHA for 7bf927a
src/main/resources/templates/index.html
@@ -17,7 +17,7 @@
17
<a th:href="@{/path_traversal/vul?filepath=../../../../../etc/passwd}">PathTraversal</a>
18
<a th:href="@{sqli/mybatis/vuln01?username=joychou' or '1'='1}">SqlInject</a>
19
<a th:href="@{/ssrf/urlConnection/vuln?url=file:///etc/passwd}">SSRF</a>
20
- <a th:href="@{/rce/exec?cmd=whoami}">RCE</a>
+ <a th:href="@{/rce/runtime/exec?cmd=whoami}">RCE</a>
21
<a th:href="@{/ooxml/upload}">ooxml XXE</a>
22
<a th:href="@{/xlsx-streamer/upload}">xlsx-streamer XXE</a>
23
<a th:href="@{/env}">actuator env</a>
@@ -31,4 +31,4 @@
31
<a th:href="@{/logout}">logout</a>
32
33
</body>
34
-</html>
+</html>
0 commit comments