Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
fix '/rce/exec' path error
  • Loading branch information
wzqs authored May 24, 2023
1 parent 4ede83a commit 0c253ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a th:href="@{/path_traversal/vul?filepath=../../../../../etc/passwd}">PathTraversal</a>&nbsp;&nbsp;
<a th:href="@{sqli/mybatis/vuln01?username=joychou' or '1'='1}">SqlInject</a>&nbsp;&nbsp;
<a th:href="@{/ssrf/urlConnection/vuln?url=file:///etc/passwd}">SSRF</a>&nbsp;&nbsp;
<a th:href="@{/rce/exec?cmd=whoami}">RCE</a>&nbsp;&nbsp;
<a th:href="@{/rce/runtime/exec?cmd=whoami}">RCE</a>&nbsp;&nbsp;
<a th:href="@{/ooxml/upload}">ooxml XXE</a>&nbsp;&nbsp;
<a th:href="@{/xlsx-streamer/upload}">xlsx-streamer XXE</a>
<a th:href="@{/env}">actuator env</a>
Expand All @@ -31,4 +31,4 @@
<a th:href="@{/logout}">logout</a>

</body>
</html>
</html>

0 comments on commit 0c253ad

Please sign in to comment.